Skip to main content

Customizing Full Layout Colors

Premium
5:31

The Full Lesson is Only for Premium Members

Want to access all of our courses? (36 h 00 min)

You also get:

61 courses
Premium tutorials
Access to repositories
Private Discord
Get Premium for $129/year or $29/month

Already a member? Login here

Tom Blaker 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.

gemy avatar

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

Povilas Korop 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

gemy 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

Povilas Korop avatar

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

Horváth András avatar

Thanks.

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

Povilas Korop 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.

👍 2
gemy avatar

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

Povilas Korop avatar

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

Chameera Dinesh avatar

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

jo avatar

thanks for making my Laravel developer life so peaceful :)

Zain Amin avatar

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

Povilas Korop avatar

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

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

Povilas Korop 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.

👍 2
c001os avatar

Hi!

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

Povilas Korop 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.

👍 1
Michael HASSE 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?

Nerijus avatar

Where do you get this error? Never seen it.

Michael HASSE 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.

Nerijus 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.

Michael HASSE 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?

Povilas Korop avatar

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

😍 1
Michael HASSE avatar

Ah, great, looking forward to it!