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
Our best bet here is probably for managing media is probably using Spatie/Laravel-MediaLibrary since it supports resizing and stuff. Otherwise we can use Intervention/Image to handle resizing, and then just store images by the user / character's primary key in the storage directory
Description
Users should be able to add an image to their character to be displayed on the character page
Possible Implementation
Make a new controller with a store and update function to handle storing images in the database and associating them to characters
The text was updated successfully, but these errors were encountered: