We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715726d commit c150c10Copy full SHA for c150c10
routes/web.php
@@ -30,7 +30,7 @@
30
}
31
32
// Installer
33
-if(file_exists(base_path('INSTALLING'))){
+if(file_exists(base_path('INSTALLING')) or file_exists(base_path('INSTALLERLOCK'))){
34
35
Route::get('/', [InstallerController::class, 'showInstaller'])->name('showInstaller');
36
Route::post('/create-admin', [InstallerController::class, 'createAdmin'])->name('createAdmin');
0 commit comments