Put URL config option on the disk to make it obvious how to customize.

This commit is contained in:
Taylor Otwell 2017-01-04 08:51:47 -06:00
parent 7bb56eff6a
commit da62be60e8
1 changed files with 1 additions and 0 deletions

View File

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