Skip to content

Commit

Permalink
Add support command to all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Aug 1, 2022
1 parent 4bc9315 commit 126b2cb
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/01-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,4 @@ To upgrade the package to the latest version, you must run:

```bash
composer update
php artisan filament:upgrade
```

We recommend adding the `filament:upgrade` command to your `composer.json`'s `post-update-cmd` to run it automatically:

```json
"post-update-cmd": [
// ...
"@php artisan filament:upgrade"
],
```

0 comments on commit 126b2cb

Please sign in to comment.