spatie / laravel-webhook-client

Receive webhooks in Laravel apps
https://freek.dev/1383-sending-and-receiving-webhooks-in-laravel-apps
MIT License
1k stars 147 forks source link

Database migration not working #111

Closed dannyconnolly closed 3 years ago

dannyconnolly commented 3 years ago

Hi, I have just installed this package into a laravel 8 application and when I run php artisan migrate it returns a message "Nothing to migrate."

How can I migrate the "webhook_calls" table?