Comments & Discussion
Thanks.
it would be really useful to see the advanced course in Filament.
Dear Povilas,
How can I delete the stored images in the filesystem locally after deleting from the database? The Filamentphp does not provide any infos instead of referring Laravel docs stating model events. As beginner I feel like a deer in the headlights. 🦌 Would you please make a YouTube video for it? Thank you! 🙏🙏
I assume by model events they mean something like Observers.
So you should create an Observer for your model and then in deleted() method actually delete the file.
Another option is to have a scheduled job every day/week to delete all unused files, somehow determining them.
Hi!
How can i consume filament data for my laravel page frontend? Where to start looking?
When I try to commit the last lesson, PHPStorm reports 100s of errors and warning in filament.css, such as: Error:(2305, 24) Cannot resolve '--tw-empty' custom property Error:(2333, 3) Unknown pseudo selector '-webkit-datetime-edit' Error:(2333, 167) Unknown pseudo selector '-webkit-datetime-edit-minute-field' Error:(2333, 204) Unknown pseudo selector '-webkit-datetime-edit-second-field' Error:(2333, 241) Unknown pseudo selector '-webkit-datetime-edit-millisecond-field' Error:(2333, 283) Unknown pseudo selector '-webkit-datetime-edit-meridiem-field' Warning:(2382, 19) Unit of measure 'px' is redundant
Is that something to be worried about?
Hello Povilas, in the YouTube video Filament Repeater Field: Invoice with HasMany Items you mentioned that you would add the video to the course, but it seems to be missing here. Maybe an oversight?
Yeah, an oversight probably, will fix. But instead we started writing more about Filament this week, see newest articles: Filament tag
Thanks, a really useful course! Is there a good way to manage nested relationships in filament, say course->modules->lessons, the relationship manager only seems to be able to handle one level.
i want to ask how to uplaod pdf and appear it in table for downlaod can you
I haven't done this myself with PDF specifically, but doesn't File Upload field do this? https://filamentphp.com/docs/2.x/forms/fields#file-upload
i need your help for how to appear pdf file in table and i want to ask this possible to make dashboard logo change dynamic
I haven't implemented either of those things, so can't help, please read Filament docs or ask on their official GitHub.