Merge pull request #3 from jeffersongoncalves/patch-3

Add command to publish Filament Evolution migrations
This commit is contained in:
Wallace Martins da Silva
2025-12-07 22:21:58 -03:00
committed by GitHub

View File

@@ -45,6 +45,7 @@ php artisan vendor:publish --tag="filament-evolution-config"
### Step 3: Run Migrations
```bash
php artisan vendor:publish --tag="filament-evolution-migrations"
php artisan migrate
```