mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-02 04:16:44 +01:00
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…
x
Reference in New Issue
Block a user