avastechnology / laravel-console
This package is simply a series of traits to use with laravel console commands. An abstract command with all of the traits is also included.
9.0.0
2022-03-23 14:48 UTC
Requires
Requires (Dev)
- orchestra/testbench: ~9
- phpunit/phpunit: ~9.0
This package is not auto-updated.
Last update: 2025-05-16 03:26:42 UTC
README
Laravel Console is a helper library for console command development. It contains a series of traits that can be included to quickly add functionality when creating a new command.
Installation
Via Composer
$ composer require avastechnology/laravel-console
Usage
Change log
Please see the changelog for more information on what has changed recently.
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author@email.com instead of using the issue tracker.
Credits
License
MIT. Please see the license file for more information.