kwartzlab / kos-base

KwartzlabOS
4 stars 1 forks source link

fix(devenv): enable image upload locally #33

Closed IanEdington closed 6 months ago

IanEdington commented 6 months ago

Image upload during the new member application was not working. This dependency allows the processing of the image and the symlink and directory allows the upload to be stored locally

Tested locally by deleting the images folder and going through the image upload process.

IanEdington commented 6 months ago

@azend pointed out that I should be using php artisan storage:link. I'll fix and resubmit