dev-master
9999999-dev
MIT
The Development Requires
by Richie Hughes
Create a brand new project with strict pre-commit rules and with boilerplate code to get you up and running within minutes!, (*1)
Install XDebug and it to your php.ini
file (Check php --ini
for location), (*2)
pecl install xdebug
, (*3)
Easiest way is via Composer:, (*4)
composer create-project richardhughes/php-boilerplate
Or you can clone this repository and install dependencies, (*5)
git clone https://github.com/richardhughes/php-boilerplate.git
Start the docker PHP container: docker-compose up -d
, (*6)
MIT