Add a /update to update an install #164
This commit is contained in:
@@ -44,8 +44,8 @@ class InstallerServiceProvider extends ServiceProvider
|
||||
});
|
||||
|
||||
Route::group([
|
||||
'as' => 'installer.',
|
||||
'prefix' => 'install',
|
||||
'as' => 'update.',
|
||||
'prefix' => 'update',
|
||||
'middleware' => ['web'],
|
||||
'namespace' => 'Modules\Installer\Http\Controllers'
|
||||
], function () {
|
||||
|
||||
Reference in New Issue
Block a user