Changeset 8fdb18e for config/filesystems.php
- Timestamp:
- 10/31/21 22:29:22 (3 years ago)
- Branches:
- master
- Children:
- 1451c6f
- Parents:
- 4521f25
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
config/filesystems.php
r4521f25 r8fdb18e 33 33 'local' => [ 34 34 'driver' => 'local', 35 'root' => storage_path() . DIRECTORY_SEPARATOR . 'app' . DIRECTORY_SEPARATOR . 'public',35 'root' => storage_path() . DIRECTORY_SEPARATOR . 'app', 36 36 'permissions' => [ 37 37 'file' => [ … … 60 60 'uploads' => [ 61 61 'driver' => 'local', 62 'root' => storage_path() . DIRECTORY_SEPARATOR . 'app' . DIRECTORY_SEPARATOR . 'public',62 'root' => storage_path() . DIRECTORY_SEPARATOR . 'app', 63 63 ], 64 64 … … 88 88 89 89 'links' => [ 90 public_path('storage') => storage_path('app /public'),90 public_path('storage') => storage_path('app'), 91 91 ], 92 92
Note:
See TracChangeset
for help on using the changeset viewer.