A simple boilerplate for developing PHP packages which is mainly focused on automated TDD.
With Composer and Node.js installed, run:
composer install
npm install
gulp tdd
Exclude the following directories:
- /vendor
- /node_modules
More info: Directories
Set Include Paths to include the following paths:
- /vendor
- /node_modules
More info: Congifuring Include Paths