Scaffolding for Installer module
This commit is contained in:
7
modules/Installer/Http/routes.php
Normal file
7
modules/Installer/Http/routes.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
Route::group(['middleware' => []], function() {
|
||||
|
||||
Route::get('/', 'InstallerController@index');
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user