Closed shahriar1 closed 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
http://localhost:9999
Am I doing it right? Any help will be appreciated.
Thanks
Never mind. It worked! It was previous guzzle version issue of my project.
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