Force root url if set by user (#9266)

* Force root url if set by user
If user sets APP_URL, force the root url to that.  Empty strings result in default behavior.
Fix some of the urls in the laravel templates.

* Docs update

* Add base_url
This commit is contained in:
Tony Murray
2018-10-02 07:56:13 -05:00
committed by GitHub
parent 9a17307f3f
commit 421bcb030d
8 changed files with 72 additions and 54 deletions

View File

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