private files (#6450)

This commit is contained in:
Taylor Otwell
2024-09-11 15:12:40 -05:00
committed by GitHub
parent 168e685936
commit bab16982dd
3 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -32,7 +32,8 @@ return [
'local' => [ 'local' => [
'driver' => 'local', 'driver' => 'local',
'root' => storage_path('app'), 'root' => storage_path('app/private'),
'serve' => true,
'throw' => false, 'throw' => false,
], ],
+1
View File
@@ -1,3 +1,4 @@
* *
!private/
!public/ !public/
!.gitignore !.gitignore
+2
View File
@@ -0,0 +1,2 @@
*
!.gitignore