Changeset c5e383e for config/filesystems.php
- Timestamp:
- 12/26/21 18:31:54 (3 years ago)
- Branches:
- master
- Parents:
- 62d01a6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
config/filesystems.php
r62d01a6 rc5e383e 46 46 ], 47 47 48 'image-uploads' => [49 'driver' => 'local',50 'root' => public_path() . DIRECTORY_SEPARATOR .'assets' . DIRECTORY_SEPARATOR . 'images' . DIRECTORY_SEPARATOR . 'uploads'51 ],52 53 48 'public' => [ 54 49 'driver' => 'local',
Note:
See TracChangeset
for help on using the changeset viewer.