add app url to the config and set it to laravel.dev
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
APP_ENV=local
|
||||
APP_DEBUG=true
|
||||
APP_URL=http://laravel.dev
|
||||
APP_KEY=SomeRandomString
|
||||
|
||||
CACHE_DRIVER=file
|
||||
|
Reference in New Issue
Block a user