ibourgeois/torch
Laravel Docker CLI
10
1
| Install | |
|---|---|
composer require ibourgeois/torch |
|
| PHP: | >=7.0 |
| License: | MIT |
| Last Updated: | Apr 19, 2023 |
| Links: | GitHub · Packagist |
Maintainer: iBourgeois
iBourgeois Torch
Docker Continuous Integration CLI for Laravel and/or Lumen
Installation
composer require ibourgeois/torch
ToDo
-
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
Initialize Torch
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:init
Initialize torch with default presets
php artisan torch:init --default