How to prevent multiple times generate migration #984
Unanswered
rupinderaccorin
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Below command creates multiple migrations in app/database folder every time run:
php artisan vendor:publish --provider="Spatie\Activitylog\ActivitylogServiceProvider"
How to stop this replicated migrations?
Beta Was this translation helpful? Give feedback.
All reactions