You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Store uploaded photo in storage/app/public/photos directory
* Image saved in the database with the following path `photos/${imagePath}.jpg`
* Symlink `storage/app/public/photos` directory to `/public/storage`
* Publicly we can access photos with following URL `asset("storage/$product->photo")`
0 commit comments