Docker is provided used to make development easier. To take advantage of this, ensure Docker and Docker Compose is installed on your system.
- Fork Slurp from Github: https://github.com/courtney-miles/schnoop-schema
- Clone your repository to your development box.
- Run the tests.
./docker-run-tests.sh
Before pushing any code changes you should check your code style. The package FriendsOfPHP/PHP-CS-Fixer is used to check and correct coding styles.
To check your styles using docker, run the following command.
./docker-style-check.sh
To fix you code automatically, run the following command.
./docker-style-check.sh