[ReadMe] Include the database update in the installations instructions

This commit is contained in:
Antoine Le Gonidec 2024-07-06 18:47:23 +02:00
parent c78d6ae471
commit 162cf1113e
Signed by: vv221
GPG key ID: 636B78F91CEB80D8

View file

@ -125,3 +125,8 @@ Route::group(['middleware' => ['web', 'auth', 'roles'], 'roles' => ['admin'], 'p
});
```
#### Update the database schema
```
php artisan migrate
```