captainhook
captainhook copied to clipboard
Add Webhooks to your Laravel app, arrr
``` Call to undefined method Illuminate\Events\Dispatcher::firing() ``` The method got removed here laravel/framework@dbbfc62
So far looks like request post to webhook receiver is anonymous. Can this be a configuration of adding more header options? For example: create a captain_hook.request_header callable (like `$transformer`), then...
After I try to run "php artisan config:cache" I get an error that prevents Laravel from running completely (ReflectionException). After some debugging I found that the problem was in this...
Thought the headers looked a bit funky...
Our take on Laravel 5.4 compatibility. By using a wildcard in the event name Laravel will give us the event name in the event listener so we don’t have to...
I'm integrating this module into a Laravel 5.1 application and I found some incompatibilities. To get it working, I had to make a change to the migration scripts and revert...