add app url to the config and set it to laravel.dev
This commit is contained in:
parent
5674d876f4
commit
b0e3cc3c70
@ -1,5 +1,6 @@
|
||||
APP_ENV=local
|
||||
APP_DEBUG=true
|
||||
APP_URL=http://laravel.dev
|
||||
APP_KEY=SomeRandomString
|
||||
|
||||
CACHE_DRIVER=file
|
||||
|
@ -26,7 +26,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'url' => 'http://localhost',
|
||||
'url' => env('APP_URL', 'http://localhost'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user