Updated readme added run migrate

Updated readme added run migrate
This commit is contained in:
cp6 2022-09-22 13:33:21 +10:00
parent 38dafff877
commit f81d12cac3

View File

@ -36,6 +36,7 @@ Example yabs.sh call to POST the result
#### Please run the following if updating from existing install: #### Please run the following if updating from existing install:
```shell ```shell
php artisan migrate
php artisan route:cache php artisan route:cache
php artisan cache:clear php artisan cache:clear
``` ```