Dhru
Dhru
FFilament
Created by Dhru on 11/18/2024 in #❓┊help
Fileupload: How to show a default image that the user can override with their own image
Basically I want to show a default image in the file upload form that the users can choose to replace by uploading their own image. Couldn't find an easy way to do this in the docs (but I think I am probably missing something) Thanks.
3 replies
FFilament
Created by Dhru on 10/29/2024 in #❓┊help
Best approach / pointers for creating a simple image paint functionality in a filament app ?
Basically am building a small app that I think filament would a great (for building the entire app not just admin) except i need some custom image painting functionality (user needs to be able to draw some on to an existing image and save a new one, maybe some croping. Some approaches I am considering - regular intertia.js / react for the app - filament just for admin (prefer to avoid this due to extra work)) - build a custom blade page within filament admin panel and use react there for the paint app (leaning towards this approach) - build some sort of js / alpine component for filament and use that (i don't have much exp with livewire / alpine but could consider) What are your thoughts on the pros / cons of the above approaches, am I missing something ? Happy to get some pointers, thanks!
2 replies