From 162cf1113e137f7c28ed329d091315b7f92e6993 Mon Sep 17 00:00:00 2001 From: Antoine Le Gonidec Date: Sat, 6 Jul 2024 18:47:23 +0200 Subject: [PATCH] [ReadMe] Include the database update in the installations instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 54029cc..fe148e7 100644 --- a/README.md +++ b/README.md @@ -125,3 +125,8 @@ Route::group(['middleware' => ['web', 'auth', 'roles'], 'roles' => ['admin'], 'p }); ``` +#### Update the database schema + +``` +php artisan migrate +```