Getting started
Upgrade guide
If you are upgrading from version 1.x to 2.x, then you should remove the following lines from your custom theme tailwind.config.js:
tailwind.config.js
content: [
'./vendor/ralphjsmit/laravel-filament-pulse/resources/**/*.blade.php',
'./vendor/laravel/pulse/resources/**/*.blade.php'
],
Instead, add the following lines to your theme.css file:
resources/css/filament/{your-panel}/theme.css
@source '../../../../vendor/ralphjsmit/laravel-filament-pulse/resources/**/*.blade.php';
@source '../../../../vendor/laravel/pulse/resources/**/*.blade.php';
The V2 is available to all customers who previously purchased a license for V1.