From f81d12cac3d4a3caabd3088fffc8284f8a7af748 Mon Sep 17 00:00:00 2001 From: cp6 Date: Thu, 22 Sep 2022 13:33:21 +1000 Subject: [PATCH] Updated readme added run migrate Updated readme added run migrate --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1682817..a0f10ba 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ Example yabs.sh call to POST the result #### Please run the following if updating from existing install: ```shell +php artisan migrate php artisan route:cache php artisan cache:clear ```