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
-
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