Add command to publish Filament Evolution migrations

This commit is contained in:
Jefferson Gonçalves
2025-12-07 22:18:00 -03:00
committed by GitHub
parent 226becb622
commit 7be5cc3bec

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
```