For the complete documentation index, see llms.txt. This page is also available as Markdown.

🏗️Installation

composer require tomatophp/filament-splade

after installing your package please run this command

php artisan filament-splade:install

now you need to build your JS assets

yarn
yarn build

Last updated