Courses

Laravel Filament Admin v2: Practical Course

Customizing Full Layout Colors

Previous: Form Layouts: Columns, Cards, Fieldsets, Sections, Tabs, Wizards
avatar

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.

avatar

i want to ask how to uplaod pdf and appear it in table for downlaod can you

avatar

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

avatar

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

avatar

I haven't implemented either of those things, so can't help, please read Filament docs or ask on their official GitHub.

avatar
You can use Markdown
avatar

Thanks.

it would be really useful to see the advanced course in Filament.

avatar

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.

avatar

i need to ask how to make multi lang rtl in filament

avatar

I don't know, I haven't worked with rtl languages, please ask on the official Filament GitHub.

avatar
You can use Markdown
avatar

It's most valuble course for beginners like me. Thank you given oppertunity sir.

avatar
You can use Markdown
avatar

thanks for making my Laravel developer life so peaceful :)

avatar
You can use Markdown
avatar

I want to two dashboard one for admin (filament) and other for cutomers. How can implement with filament?

avatar

Good question, I personally haven't done it. Maybe ask on the official Filament Github discussions?

avatar
You can use Markdown
avatar

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! 🙏🙏

avatar

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.

avatar
You can use Markdown
avatar

Hi!

How can i consume filament data for my laravel page frontend? Where to start looking?

avatar

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.

avatar
You can use Markdown
avatar

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?

avatar

Where do you get this error? Never seen it.

avatar

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.

avatar

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.

avatar
You can use Markdown
avatar

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?

avatar

Yeah, an oversight probably, will fix. But instead we started writing more about Filament this week, see newest articles: Filament tag

avatar

Ah, great, looking forward to it!

avatar
You can use Markdown
avatar
You can use Markdown