- Copy
.circleci
folder from a previous project - Run
composer require deployer/recipes --dev
to install the required rysnc Deployer recipe - Copy
deploy.php
from the root directory of a previous project - Create a
.env.testing
file based on the.env.example
but replace the following properties:
APP_ENV=testing
APP_DEBUG=true