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 02bec65 commit 73d2ec5Copy full SHA for 73d2ec5
routes/web.php
@@ -21,7 +21,7 @@
21
if(EnvEditor::getKey('APP_KEY')==''){Artisan::call('key:generate');}
22
23
// copies template meta config if none is present
24
- if(!file_exists(base_path("config/config.php"))){copy(base_path('storage/templates/config.php'), base_path('config/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'));}
25
26
//Changes the homepage to a LittleLink Custom profile if set in the config
27
if(config('config.custom_home_url') != '') {
0 commit comments