LaravelPackages.net
Acme Inc.
Toggle sidebar
ibourgeois/torch

Laravel Docker CLI

10
1
About ibourgeois/torch

ibourgeois/torch is a Laravel package for laravel docker cli. It currently has 1 GitHub stars and 10 downloads on Packagist. Install it with composer require ibourgeois/torch. Discover more Laravel packages by ibourgeois or browse all Laravel packages to compare alternatives.

Last updated

iBourgeois Torch

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
Comments