Source code for planete-php.fr.
You need to have Docker and Docker Compose installed on your machine.
Then follow these steps:
- Clone the repository
- Run
make docker-start
- Run
make install
- Open your browser at https://localhost:8443
You can stop the containers with make docker-stop
.
You can run the following commands to check the code quality:
make qa-test
to run testsmake qa-phpstan
to run PHPStanmake qa-cs-fix
to run PHP-CS-Fixer
Feel free to contribute to this project by opening issues or pull requests.