Commit f34d7ed4 authored by Mahmoud Zalt's avatar Mahmoud Zalt

Merge branch 'develop' of https://github.com/LaraDock/starter into develop

* 'develop' of https://github.com/LaraDock/starter:
  add app url to the config and set it to laravel.dev
parents 73f8fed8 b0e3cc3c
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'),
/*
|--------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment