Add a /update to update an install #164
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
<?php
|
||||
|
||||
Route::get('/update', 'InstallerController@index');
|
||||
Route::get('/', 'UpdaterController@index')->name('index');
|
||||
|
||||
Route::get('/step1', 'UpdaterController@step1')->name('step1');
|
||||
Route::post('/step1', 'UpdaterController@step1')->name('step1');
|
||||
|
||||
Route::post('/run-migrations', 'UpdaterController@run_migrations')->name('run_migrations');
|
||||
Route::get('/complete', 'UpdaterController@complete')->name('complete');
|
||||
|
||||
Reference in New Issue
Block a user