diff --git a/routes/web.php b/routes/web.php index dd58043..a8c098b 100755 --- a/routes/web.php +++ b/routes/web.php @@ -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()){