faustbrian/laravel-octobot

Build webhook based bots for GitHub.


Keywords
framework, github, laravel, octocat, octobot
License
MIT

Documentation

Laravel Octobot

This package is opinionated and primarily built for my own use.

Installation

Require this package, with Composer, in the root directory of your project.

$ composer require faustbrian/laravel-octobot

Configuration & Migration

Laravel Octobot requires configuration and database migrations. To get started, you'll need to publish all vendor assets:

$ php artisan vendor:publish --provider="BrianFaust\Octobot\OctobotServiceProvider"

This will create a config/octobot.php file in your app that you can modify to set your configuration. Also, make sure you check for changes to the original config file in this package between releases.

Documentation

...

Testing

$ phpunit

Security

If you discover a security vulnerability within this package, please send an e-mail to hello@basecode.sh. All security vulnerabilities will be promptly addressed.

Credits

License

MIT © Brian Faust