ibourgeois / torch
Laravel Docker CLI
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 2
pkg:composer/ibourgeois/torch
Requires
- php: >=7.0
 - dragonmantank/cron-expression: ^2.0
 - guzzlehttp/guzzle: ^6.3
 - illuminate/console: ^5.6
 - illuminate/support: 5.5.x|5.6.x
 - psr/log: ^1.0
 - symfony/console: ^4.0
 - symfony/process: ^4.0
 
Requires (Dev)
- phpunit/phpunit: ~4.0|~5.0
 
This package is auto-updated.
Last update: 2025-10-20 00:33:52 UTC
README
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