Database migration not working #112
Answered
by
dannyconnolly
dannyconnolly
asked this question in
Q&A
-
Hi, I have just installed this package into a laravel 8 application and when I run How can I migrate the "webhook_calls" table? |
Beta Was this translation helpful? Give feedback.
Answered by
dannyconnolly
Oct 18, 2021
Replies: 1 comment
-
When running the publish command we have to run |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dannyconnolly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running the publish command we have to run
php artisan vendor:publish
and then select the tags "config" and "migrations" and the provider "Spatie\WebhookClient\WebhookClientServiceProvider"