Docker Continuous Integration CLI for Laravel and/or Lumen
composer require ibourgeois/torch-
torch:initInitialize Torch -
torch:serverAdd/Remove servers -
torch:fuelManage Docker services -
torch:igniteInitialize servers -
torch:upDeploy application -
torch:downRollback Deployment -
torch:ciRun CI commands -
torch:configConfigure Torch -
torch:startStart environment -
torch:stopStop environment -
torch:consoleOpen environment console
torch:init will publish a torch directory into the root of the application. It will publish a config file as well as make the other torch commands available.
Initialize Torch without default presets
php artisan torch:initInitialize torch with default presets
php artisan torch:init --default