Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 596 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 596 Bytes

PHP Boilerplate

Create a brand new project with strict pre-commit rules and with boilerplate code to get you up and running within minutes!

Requirements

Install XDebug and it to your php.ini file (Check php --ini for location)

pecl install xdebug

Installation

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

Docker

Start the docker PHP container: docker-compose up -d