PiahDoNeumann
Filament Page and Livewire, problem with tailwind css
In fact, I would like to use the ones on this page: https://tailwindcss.com/docs/customizing-colors#color-palette-reference
Báh!!
25 replies
Filament Page and Livewire, problem with tailwind css
Right. I execute "php artisan make:filament-theme livewire" and return this:
WARN Action is required to complete the theme setup:
⇂ First, add a new item to the
input
array of vite.config.js
: resources/css/filament/admin/theme.css
⇂ Next, register the theme in the admin panel provider using ->viteTheme('resources/css/filament/admin/theme.css')
⇂ Finally, run npm run build
to compile the theme25 replies
Filament Page and Livewire, problem with tailwind css
Command:
php artisan make:filament-theme mytheme
Result this:
default Filament panel is set. You may do this with the
default()
method inside a Filament provider's panel()
configuration.25 replies