phpvms/resources/stubs/modules/routes-admin.stub

7 lines
175 B
Plaintext

<?php
# This is the admin path. Comment this out if you don't have an admin panel component.
Route::group([], function () {
Route::get('/', 'AdminController@index');
});