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
Docker Continuous Integration CLI for Laravel and/or Lumen
composer require ibourgeois/torch
torch:init Initialize Torchtorch:server Add/Remove serverstorch:fuel Manage Docker servicestorch:ignite Initialize serverstorch:up Deploy applicationtorch:down Rollback Deploymenttorch:ci Run CI commandstorch:config Configure Torchtorch:start Start environmenttorch:stop Stop environmenttorch:console Open environment consoletorch: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