Skip to content

eriktisme/laravel-playbook

Repository files navigation

Laravel Playbook

Latest Version on Packagist Build Status Quality Score Codecov Total Downloads

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

Installation

You can install the package via composer:

composer require scaling/laravel-playbook

You can publish the configurations with:

php artisan vendor:publish --provider="Scaling\Paybook\PlaybookServiceProvider" --tag="config"

Usage

Running a predefined playbook

php artisan playbook:run {playbook?}

Note: incase you don't specify a playbook you will be prompted with a choice.

Creating a playbook

php artisan make:playbook Foo

Note: the command will automatically add a suffix.

Testing

composer test

Changelog

Please see CHANGELOG for more information 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

License

The MIT License (MIT). Please see License File for more information.