rtconner / laravel-tagging

Tag support for Laravel Eloquent models - Taggable Trait
MIT License
882 stars 168 forks source link

Use the time the user published migrations #33

Closed marcusmoore closed 9 years ago

marcusmoore commented 9 years ago

Using the current date and time means this package's migrations will be created in sequence with their other migrations the user has created.

marcusmoore commented 9 years ago

Hm...that is correct. Actually, I was using entrust as an example but hadn't thought it all the way through. In this package you are simply publishing the migration. In entrust it is processed through a command which somehow only publishes once.

I haven't looked too deep into how that is done but maybe it is something to consider. If I have time in the near future I may implement that in this package if you are interested.

rtconner commented 9 years ago

If I have time in the near future I may implement that in this package if you are interested.

Sure, sounds great.