use env var

This commit is contained in:
Taylor Otwell 2017-01-04 12:09:43 -06:00
parent 65d551002e
commit 251140ef8b
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@
'public' => [ 'public' => [
'driver' => 'local', 'driver' => 'local',
'root' => storage_path('app/public'), 'root' => storage_path('app/public'),
'url' => env('APP_URL').'/storage',
'visibility' => 'public', 'visibility' => 'public',
], ],