Add a Dockerfile allowing someone to clone the repository and start developing in PHP without having to install PHP in its local machine.
Note: We will continue to support using this project with composer create-project codelytv/php-bootstrap your-project-name because of the easiness to do so for the ones with an already local installation of PHP & Composer available. So the README.md section on how to start with Composer shouldn't be modified.
Feel free to contribute to this project solving this issue!
Add a
Dockerfileallowing someone to clone the repository and start developing in PHP without having to install PHP in its local machine.Dockerfilefor PHP 7.2composer.pharexecutableREADME.mdstep by step guide on how to start using the project cloning the repo specifying how to run the tests with Docker.semverNote: We will continue to support using this project with
composer create-project codelytv/php-bootstrap your-project-namebecause of the easiness to do so for the ones with an already local installation of PHP & Composer available. So theREADME.mdsection on how to start with Composer shouldn't be modified.Feel free to contribute to this project solving this issue!