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