We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caff52e commit b667f71Copy full SHA for b667f71
docs/laravel/file-storage.mdx
@@ -61,7 +61,7 @@ but doing this will not let your application work locally. A better solution, bu
61
|--------------------------------------------------------------------------
62
*/
63
64
- 'public' => env('FILESYSTEM_DISK', 'public_local'),
+ 'public' => env('FILESYSTEM_DISK_PUBLIC', 'public_local'),
65
66
...
67
0 commit comments