Skip to content

stakovicz/planete

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Planète PHP

Source code for planete-php.fr.

Dev setup

You need to have Docker and Docker Compose installed on your machine.

Then follow these steps:

  1. Clone the repository
  2. Run make docker-start
  3. Run make install
  4. Open your browser at https://localhost:8443

You can stop the containers with make docker-stop.

Code quality

You can run the following commands to check the code quality:

  • make qa-test to run tests
  • make qa-phpstan to run PHPStan
  • make qa-cs-fix to run PHP-CS-Fixer

Contributing

Feel free to contribute to this project by opening issues or pull requests.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 56.5%
  • Twig 22.9%
  • Dockerfile 7.4%
  • Shell 6.1%
  • Makefile 5.8%
  • JavaScript 1.1%
  • CSS 0.2%