imTigger / laravel-job-status

Add ability to track Job progress, status and result dispatched to Queue.
MIT License
407 stars 60 forks source link

publish package migration into project migrations #24

Closed bagwaa closed 5 years ago

bagwaa commented 5 years ago

When I was using this package I wanted to make changes to the migration based on certain constraints of our database, however, I was unable to do this as I was unable to publish the migration.

With this pull request if you add one extra (optional) step to the install process you are able to publish the migration using tags.

php artisan vendor:publish --tag=migrations

This then copies the migration into the database\migrations folder ready for execution.

imTigger commented 5 years ago

Thank you for making this project better 👍