cerbero / console-tasker
Laravel package to run and manage tasks in Artisan commands.
0.4.0
2021-05-15 09:15 UTC
Requires
- php: ^7.1||^8.0
- illuminate/console: >=5.5
- illuminate/container: >=5.5
- illuminate/contracts: >=5.5
- illuminate/support: >=5.5
Requires (Dev)
- orchestra/testbench: >=3.5
- phpunit/phpunit: >=7.0
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2024-11-03 18:12:00 UTC
README
Laravel package to run and manage tasks in Artisan commands.
Install
Via Composer
composer require cerbero/console-tasker
Usage
To do:
- document package usage in
README.md
- add tests
- enable scheduled builds in
.github/workflows/build.yml
- fix some builds that are currently failing and remove last matrix "exclude"
- add AbstractTask method to show information after the ✔ sign
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
composer test
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email andrea.marco.sartori@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.