mateusjunges / trackable-jobs-for-laravel

This package allows you to easily track your laravel jobs!
https://mateusjunges.com
MIT License
280 stars 16 forks source link

Publish package migration #42

Closed bramvanrijswijk closed 1 year ago

bramvanrijswijk commented 1 year ago

First of all, thanks a lot for creating this package. Been really helpful so far.

However, I faced the situation that I wanted to add a column to the tracked_jobs table. I would have loved to see the migration file in my migration folder so this was possible, but unfortunately, this wasn't the case.

This PR makes sure the migration is also being published when running php artisan vendor:publish --tag=trackable-jobs-assets so it's much more convenient to add a column for example.

Cheers!

mateusjunges commented 1 year ago

Thanks @bramvanrijswijk!