Commit da62be60 authored by Taylor Otwell's avatar Taylor Otwell

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

parent 7bb56eff
...@@ -51,6 +51,7 @@ return [ ...@@ -51,6 +51,7 @@ return [
'public' => [ 'public' => [
'driver' => 'local', 'driver' => 'local',
'root' => storage_path('app/public'), 'root' => storage_path('app/public'),
'url' => url('storage'),
'visibility' => 'public', 'visibility' => 'public',
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment