PHPackages                             weble/laravel-playbooks - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. weble/laravel-playbooks

ActivePackage[Utility &amp; Helpers](/categories/utility)

weble/laravel-playbooks
=======================

Run different sets of playbooks within your Laravel application

4.0.0(3y ago)85921[1 PRs](https://github.com/Weble/laravel-playbooks/pulls)MITPHPPHP ^8.0

Since May 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Weble/laravel-playbooks)[ Packagist](https://packagist.org/packages/weble/laravel-playbooks)[ Docs](https://github.com/weble/laravel-playbooks)[ RSS](/packages/weble-laravel-playbooks/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (16)Used By (0)

Laravel Playbooks.
==================

[](#laravel-playbooks)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4a277c3c87b1c670eec028b3bd59b0ea4629b704fd37d0dd5973b7a4392dd173/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7765626c652f6c61726176656c2d706c6179626f6f6b732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/weble/:package_name)[![GitHub Tests Action Status](https://camo.githubusercontent.com/ee5f801c6723614b064113641e3a61d48061216a84b2fffd9626dc1ef7ce1d06/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7765626c652f6c61726176656c2d706c6179626f6f6b732f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/weble/laravel-playbooks/actions?query=workflow%3Arun-tests+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/1aa725a7a1dc832c1461355162107dca5674e7dbdc9bcbb090eaf30ee3fd9c6e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7765626c652f6c61726176656c2d706c6179626f6f6b732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/weble/:package_name)

Run different sets of playbooks within your Laravel application. Inspired and taken (with some liberties) from [Aggregate by Brent](https://github.com/brendt/aggregate.stitcher.io/tree/master/app/App/Console)

Version Compatibility
---------------------

[](#version-compatibility)

VersionIlluminateStatusPHP Version4.x9.0, 10.xActive Support^8.0 ^8.1 ^8.23.x8.x, 9.xActive Support^8.02.x5.8.x - 8.xEnd of life^7.4Installation
------------

[](#installation)

You can install the package via composer:

```
composer require weble/laravel-playbooks
```

Configuration
-------------

[](#configuration)

```
php artisan vendor:publish --provider="Weble\LaravelPlaybooks\PlaybooksServiceProvider"

```

This is the default content of the config file

```
