ibourgeois / torch by iBourgeois

Laravel Docker CLI
10
1
2
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-04-11 03:14:09
Package Statistics
Total Downloads: 10
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 0
Total Open Issues: 2

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