Skip to content

Commit

Permalink
docs: adapt blade general upgrade instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
warlof authored Apr 3, 2024
1 parent 25c4f68 commit b4ec6f0
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions docs/upgrading/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,17 @@ php artisan migrate

- With the migrations done, run the seeders to update any static data:

```bash
php artisan db:seed --class=Seat\\Console\\database\\seeds\\ScheduleSeeder
```
=== "SeAT 4.x"

```bash
php artisan db:seed --class=Seat\\Console\\database\\seeds\\ScheduleSeeder
```

=== "SeAT 5.x"

```bash
php artisan db:seed --class=Seat\\Eveapi\\Database\\Seeders\\ScheduleSeeder
```

- Finally, we can simply bring our application back out of maintenance mode with:

Expand Down

0 comments on commit b4ec6f0

Please sign in to comment.