Install docker your machine.
Execute:
make-deploy- The clear cache will output an error due to incomplete credentials like the smtp, please update necessary .env and restart the container
make migrate
Note: If the pem files can't be access run sudo chmod 775 (or 777) -R config/jwt/
make start
Optionally if you want to see all the logs in the terminal you can use: make watch
make import-fruits type=all
Execute:
- All test:
make codecept - All in specific folder test(ex:):
make codecept tests/unit/fruit - Specific file test(ex:):
make codecept tests/unit/fruit/FruitTest.php