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? (31 h 16 min)

You also get:

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

Already a member? Login here

Comments & Discussion

TB
Tom Blaker ✓ Link copied!

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.

G
gemy ✓ Link copied!

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

PK
Povilas Korop ✓ Link copied!

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

G
gemy ✓ Link copied!

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

PK
Povilas Korop ✓ Link copied!

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

HA
Horváth András ✓ Link copied!

Thanks.

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

PK
Povilas Korop ✓ Link copied!

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.

G
gemy ✓ Link copied!

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

PK
Povilas Korop ✓ Link copied!

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

CD
Chameera Dinesh ✓ Link copied!

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

J
jo ✓ Link copied!

thanks for making my Laravel developer life so peaceful :)

ZA
Zain Amin ✓ Link copied!

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

PK
Povilas Korop ✓ Link copied!

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

RB
Rajesh Budhathoki ✓ Link copied!

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

PK
Povilas Korop ✓ Link copied!

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.

C
c001os ✓ Link copied!

Hi!

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

PK
Povilas Korop ✓ Link copied!

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.

MH
Michael HASSE ✓ Link copied!

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?

N
Nerijus ✓ Link copied!

Where do you get this error? Never seen it.

MH
Michael HASSE ✓ Link copied!

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.

N
Nerijus ✓ Link copied!

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.

MH
Michael HASSE ✓ Link copied!

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?

PK
Povilas Korop ✓ Link copied!

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

MH
Michael HASSE ✓ Link copied!

Ah, great, looking forward to it!