ibourgeois / torch
Laravel Docker CLI
dev-master
2018-04-06 04:53 UTC
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: 2024-10-19 22:06:54 UTC
README
Docker Continuous Integration CLI for Laravel and/or Lumen
Installation
composer require ibourgeois/torch
ToDo
-
torch:init
Initialize Torch -
torch:server
Add/Remove servers -
torch:fuel
Manage Docker services -
torch:ignite
Initialize servers -
torch:up
Deploy application -
torch:down
Rollback Deployment -
torch:ci
Run CI commands -
torch:config
Configure Torch -
torch:start
Start environment -
torch:stop
Stop environment -
torch:console
Open 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