Custom theme for a livewire component using a filament resource table
So I used a filament table to populate a livewire component and I'm trying to get it to display a custom theme but it doesn't work
Solution
I needed to run
php artisan filament:install --scaffold --tables
npm install
php artisan filament:install --scaffold --tables
npm install
