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 am waiting for Filament 3 release in 2023, and probably will have more content around Filament, then.
Otherwise, whatever course I create will be obsolete, soon.
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.
The data should be in your database even BEFORE Filament, adminpanel is only the layer to manage that data. Frontend should use Eloquent queries to get the data.
It's a list of 5 different errors - sorry for the poor formatting above. They are reported by PhpStorm's built-in code inspection, and most of them seem related to WebKit.
Always use markdown to format properly. It looks like those come from filament itself, so it's better to raise issue or discussion on their end, if you are worried.
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?
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.
Thanks.
it would be really useful to see the advanced course in Filament.
I am waiting for Filament 3 release in 2023, and probably will have more content around Filament, then. Otherwise, whatever course I create will be obsolete, soon.
i need to ask how to make multi lang rtl in filament
I don't know, I haven't worked with rtl languages, please ask on the official Filament GitHub.
It's most valuble course for beginners like me. Thank you given oppertunity sir.
thanks for making my Laravel developer life so peaceful :)
I want to two dashboard one for admin (filament) and other for cutomers. How can implement with filament?
Good question, I personally haven't done it. Maybe ask on the official Filament Github discussions?
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?
The data should be in your database even BEFORE Filament, adminpanel is only the layer to manage that data. Frontend should use Eloquent queries to get the data.
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?
Where do you get this error? Never seen it.
It's a list of 5 different errors - sorry for the poor formatting above. They are reported by PhpStorm's built-in code inspection, and most of them seem related to WebKit.
Always use markdown to format properly. It looks like those come from filament itself, so it's better to raise issue or discussion on their end, if you are worried.
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
Ah, great, looking forward to it!