Put URL config option on the disk to make it obvious how to customize.
This commit is contained in:
parent
7bb56eff6a
commit
da62be60e8
|
@ -51,6 +51,7 @@
|
|||
'public' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/public'),
|
||||
'url' => url('storage'),
|
||||
'visibility' => 'public',
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in New Issue