[ReadMe] Include the database update in the installations instructions
This commit is contained in:
parent
c78d6ae471
commit
162cf1113e
1 changed files with 5 additions and 0 deletions
|
@ -125,3 +125,8 @@ Route::group(['middleware' => ['web', 'auth', 'roles'], 'roles' => ['admin'], 'p
|
|||
});
|
||||
```
|
||||
|
||||
#### Update the database schema
|
||||
|
||||
```
|
||||
php artisan migrate
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue