Citizen
How can I re-use the filament boolean icon in more places?
I found the icon documentary page but maybe I'm doing something wrong here:
->icon(static fn (User $record) => $record->phone_verified_at ? 'infolists::components.icon-entry.true' : 'infolists::components.icon-entry.true')
3 replies
Why are my dashboard panels so small?
No worries. Size doesn't matter.
I tried explaining this to my wife but apparently she's not a filament expert.
I did run both assets and upgrade, and they're part of my composer.json scripts.
I just realized that these widgets are generated by overlook. I think I did follow the steps and I made a custom theme. That theme file is just this:
and my tailwind config:
about yields this:
10 replies
Panel ->assets() result in 404. What am I missing?
I added a pull request here to add this to the config docs since it isn't clear. Is this accurate? https://github.com/filamentphp/filament/pull/14629
25 replies
Panel ->assets() result in 404. What am I missing?
Ok, so I found in the assets docs that I need to run
php artisan filament:assets
which I did and now it works. Do we just need to know this command and run it when we make css changes, or should this be added to my npm run dev
command somehow? What's the normal setup here?25 replies