PHP application boilerplate
- PHP >=7.4.0
- composer
- Clone the repo
git clone git@github.com:Aslamkv/php.git
- Open terminal and change the directory to the repo directory
cd php
- Install dependencies using composer
composer setup
- Run test in terminal
composer test