Update web.php
This commit is contained in:
parent
8222762ce4
commit
7464ae6ec8
|
@ -38,6 +38,7 @@ if(file_exists(base_path('INSTALLING'))){
|
|||
Route::post('/mysql', [InstallerController::class, 'mysql'])->name('mysql');
|
||||
Route::post('/options', [InstallerController::class, 'options'])->name('options');
|
||||
Route::get('/mysql-test', [InstallerController::class, 'mysqlTest'])->name('mysqlTest');
|
||||
Route::get('/skip', function () {Artisan::call('db:seed', ['--class' => 'AdminSeeder',]); return redirect(url(''));});
|
||||
|
||||
Route::get('{any}', function() {
|
||||
if(!DB::table('users')->get()->isEmpty()){
|
||||
|
|
Loading…
Reference in New Issue