Package Data | |
---|---|
Maintainer Username: | iBourgeois |
Maintainer Contact: | derek@ibourgeois.com (Derek Bourgeois) |
Package Create Date: | 2018-03-29 |
Package Last Update: | 2023-04-19 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-08 03:11:08 |
Package Statistics | |
---|---|
Total Downloads: | 10 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 2 |
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