mpociot / captainhook

Add Webhooks to your Laravel app, arrr
335 stars 26 forks source link

webhook is not working #31

Closed shahriar1 closed 8 years ago

shahriar1 commented 8 years ago

I added a webhook by running this -

php artisan hook:add http://localhost:9999 'eloquent.updated \App\Models\User'

but when I update my user model I don't get any request in http://localhost:9999

Am I doing it right? Any help will be appreciated.

Thanks

shahriar1 commented 8 years ago

Never mind. It worked! It was previous guzzle version issue of my project.