| 12345678910111213141516171819202122232425 | 
							- <?php
 
- return [
 
-     
 
-     'default' => env('filesystem.driver', 'local'),
 
-     
 
-     'disks'   => [
 
-         'local'  => [
 
-             'type' => 'local',
 
-             'root' => app()->getRuntimePath() . 'storage',
 
-         ],
 
-         'public' => [
 
-             
 
-             'type'       => 'local',
 
-             
 
-             'root'       => app()->getRootPath() . 'public/storage',
 
-             
 
-             'url'        => '/storage',
 
-             
 
-             'visibility' => 'public',
 
-         ],
 
-         
 
-     ],
 
- ];
 
 
  |