Merge pull request #63 from cp6/Development

Updated readme added run migrate
This commit is contained in:
corbpie 2022-09-22 13:34:38 +10:00 committed by GitHub
commit bba4bf9e98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```