Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io authored Sep 11, 2024
1 parent ab2e4b4 commit 0b7a82b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ before use this package make sure you have installed
composer require tomatophp/filament-alerts
```

now you need to publish and migrate settings table

```bash
php artisan vendor:publish --provider="Spatie\LaravelSettings\LaravelSettingsServiceProvider" --tag="migrations"
```

after install your package please run this command

```bash
Expand Down

0 comments on commit 0b7a82b

Please sign in to comment.