Added APP_URL config

This commit is contained in:
James Brooks
2015-04-19 09:16:59 +01:00
parent 8714f4643d
commit ed88aa841a
2 changed files with 2 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ return [
|
*/
'url' => 'http://localhost',
'url' => env('APP_URL', 'http://localhost'),
/*
|--------------------------------------------------------------------------