Changeset 0a1fb54 for config/filesystems.php
- Timestamp:
- 11/23/21 22:01:52 (3 years ago)
- Branches:
- master
- Children:
- dbc5976
- Parents:
- 4d73966
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
config/filesystems.php
r4d73966 r0a1fb54 60 60 'uploads' => [ 61 61 'driver' => 'local', 62 'root' => storage_path() . DIRECTORY_SEPARATOR . 'app',62 'root' => public_path() . DIRECTORY_SEPARATOR . 'uploads' . DIRECTORY_SEPARATOR, 63 63 ], 64 64
Note:
See TracChangeset
for help on using the changeset viewer.