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 b707670 commit 63ba594Copy full SHA for 63ba594
routes/web.php
@@ -17,6 +17,9 @@
17
|
18
*/
19
20
+ // generates new APP KEY if no one is set
21
+ if(EnvEditor::getKey('APP_KEY')==''){Artisan::call('key:generate');}
22
+
23
//Changes the homepage to a LittleLink Custom profile if set in the config
24
if(env('HOME_URL') != '') {
25
Route::get('/', [UserController::class, 'littlelinkhome'])->name('littlelink');
0 commit comments