> Source: https://tomatophp.com/docs/filament/filament-splade/installation

# 🏗️ Installation

```bash
composer require tomatophp/filament-splade
```

after installing your package please run this command

```bash
php artisan filament-splade:install
```

now you need to build your JS assets

```bash
yarn
yarn build
```
