Skip to content

Commit 7464ae6

Browse files
committed
Update web.php
1 parent 8222762 commit 7464ae6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routes/web.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
Route::post('/mysql', [InstallerController::class, 'mysql'])->name('mysql');
3939
Route::post('/options', [InstallerController::class, 'options'])->name('options');
4040
Route::get('/mysql-test', [InstallerController::class, 'mysqlTest'])->name('mysqlTest');
41+
Route::get('/skip', function () {Artisan::call('db:seed', ['--class' => 'AdminSeeder',]); return redirect(url(''));});
4142

4243
Route::get('{any}', function() {
4344
if(!DB::table('users')->get()->isEmpty()){

0 commit comments

Comments
 (0)