Skip to content

Commit 228aeb7

Browse files
authored
Update laravel.php (#4086)
When using the local driver, all file operations are relative to the root directory defined in your filesystems configuration file. By default, this value is set to the storage/app/private directory. https://laravel.com/docs/12.x/filesystem#the-local-driver
1 parent 0ffbaab commit 228aeb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipe/laravel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
'storage',
1414
'storage/app',
1515
'storage/app/public',
16+
'storage/app/private',
1617
'storage/framework',
1718
'storage/framework/cache',
1819
'storage/framework/cache/data',

0 commit comments

Comments
 (0)