php boilerplate
1.0.0
Create a brand new project with strict pre-commit rules and with boilerplate code to get you up and running within minutes!
Install XDebug and it to your php.ini
file (Check php --ini
for location)
pecl install xdebug
Easiest way is via Composer:
composer create-project richardhughes/php-boilerplate
Or you can clone this repository and install dependencies
git clone https://github.com/richardhughes/php-boilerplate.git
Start the docker PHP container: docker-compose up -d