@nasilemak
Method Filament\Panel::assets does not exist.
Following the docs https://filamentphp.com/docs/3.x/panels/configuration#registering-assets-for-a-panel
3 replies
Customer-Facing Filament - Tailwind Classes Not Compiling
Indeed, I was missing these lines in my
tailwind.config.js
:
https://filamentphp.com/docs/3.x/actions/installation#installing-tailwind-css
Thank you, Dan6 replies
How to display an enum's label rather than value in a TextColumn?
I'm starting to use Enums less and less lately. I haven't found a straight forward way of fetching labels or a random item when working with Enums without defining Traits.
16 replies