ContinuousPHP© is the first and only PHP-centric PaaS to build, package, test and deploy applications in the same workflow.
This is the official documentation for the ContinuousPHP platform, written by Continuous SA with community contributions.
git clone git@github.com:continuousphp/documentation.git
Start development server on http://localhost:8000
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
docker run --rm -it -v ${PWD}:/docs squidfunk/mkdocs-material build
You can find Markdown documentation into docs
subfolder.
Thanks to open an issue if you see something missing in our documentation.
This project was made based on Open-Source project, thanks to them!
- mkdocs - Mkdocs
- mkdocs-material - Material for Mkdocs
- Fork it 👏
- Create your feature branch:
git checkout -b feat/my-new-feature
- Write your Unit and Functional tests
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin feat/my-new-feature
- Submit a pull request with the details of your implementation
- Take a drink during our review and merge 🍻