workshop-orange / wobot
The Workshop Orange Bot
1.13
2022-11-09 02:37 UTC
Requires
- php: ^7.3|^8.0
- guzzlehttp/guzzle: ^7.2
- illuminate/database: ^8.40
- illuminate/http: ^8.0
- illuminate/log: ^8.0
- illuminate/redis: ^8.0
- intonate/tinker-zero: ^1.2
- league/flysystem-aws-s3-v3: ^1.0
- newrelic/monolog-enricher: ^2.0
- predis/predis: ^1.1
- symfony/process: ^5.2
- symfony/yaml: ^5.3
Requires (Dev)
- fakerphp/faker: ^1.9.1
- laravel-zero/framework: ^8.8
- mockery/mockery: ^1.4.3
- pestphp/pest: ^1.3
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
WOBOT is the Workshop Orange CLI bot for standardising and automating repeated tasks, tests, and processes for Workshop Orange. WOBOT is build using the excellent laravel-zero.com
Installation
composer global require workshop-orange/wobot
Troubleshooting
Every now and then the build process overwrites the box.json - if you get a strange error that bootstrap/app.php is not in the phar, check box.json and reset its contents back to what is was for a successful build
Maintenance notes
- bootstrap/app.php is modified to allow for reading a .env in the working dir of the app (not just the applications install directory).