Download the PHP package weble/laravel-playbooks without Composer
On this page you can find all versions of the php package weble/laravel-playbooks. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download weble/laravel-playbooks
More information about weble/laravel-playbooks
Files in weble/laravel-playbooks
Package laravel-playbooks
Short Description Run different sets of playbooks within your Laravel application
License MIT
Homepage https://github.com/weble/laravel-playbooks
Informations about the package laravel-playbooks
Laravel Playbooks.
Run different sets of playbooks within your Laravel application. Inspired and taken (with some liberties) from Aggregate by Brent
Version Compatibility
Version | Illuminate | Status | PHP Version |
---|---|---|---|
4.x | 9.0, 10.x | Active Support | ^8.0 ^8.1 ^8.2 |
3.x | 8.x, 9.x | Active Support | ^8.0 |
2.x | 5.8.x - 8.x | End of life | ^7.4 |
Installation
You can install the package via composer:
Configuration
This is the default content of the config file
Usage
NOTE: By default this package runs a command before running every playbook. You can disable this behaviour in the config or with the manual --no-migration option in the command.
First create one (or more) playbooks
This playbook will have the App\Playbooks
namespace and will be saved in app/Playbooks
.
You can also specify a custom namespace, say, App\Console\Playbooks
This playbook will have the App\Console\Presenters namespace and will be saved in app/Console/Playbooks.
Now, you're free to write some stuff in it:
Finally, you can run them!
TODO
Write more tests for the run command
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Daniele Rosario
- Brent Roose
- John Wyles
- All Contributors
License
The MIT License (MIT). Please see License File for more information.