mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-04 21:51:00 +02:00
Update web.php
This commit is contained in:
parent
f939dcac88
commit
1a06998981
@ -23,7 +23,7 @@ use App\Http\Controllers\InstallerController;
|
|||||||
// Prevents section below from being run by 'composer update'
|
// Prevents section below from being run by 'composer update'
|
||||||
if(file_exists(base_path('storage/app/ISINSTALLED'))){
|
if(file_exists(base_path('storage/app/ISINSTALLED'))){
|
||||||
// generates new APP KEY if no one is set
|
// generates new APP KEY if no one is set
|
||||||
if(EnvEditor::getKey('APP_KEY')==''){Artisan::call('key:generate');}
|
if(EnvEditor::getKey('APP_KEY')==''){try{Artisan::call('key:generate');} catch (exception $e) {}}
|
||||||
|
|
||||||
// copies template meta config if none is present
|
// copies template meta config if none is present
|
||||||
if(!file_exists(base_path("config/advanced-config.php"))){copy(base_path('storage/templates/advanced-config.php'), base_path('config/advanced-config.php'));}
|
if(!file_exists(base_path("config/advanced-config.php"))){copy(base_path('storage/templates/advanced-config.php'), base_path('config/advanced-config.php'));}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user