Preparing a SetupController
This commit is contained in:
@@ -2,3 +2,7 @@
|
||||
|
||||
Route::get('/', 'HomeController@showIndex');
|
||||
Route::get('/incident/{incident}', 'HomeController@showIncident');
|
||||
|
||||
Route::group(['before' => 'no_setup:app_name'], function() {
|
||||
Route::get('/setup', 'SetupController@showSetup');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user