rtconner / laravel-tagging

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

Laravel 5 #25

Closed hardikaecor closed 9 years ago

hardikaecor commented 9 years ago

How can I use this package in L5?

rtconner commented 9 years ago

Not built yet, I was going to work on that this weekend.

hardikaecor commented 9 years ago

Great! let me know if I can be of any help

rtconner commented 9 years ago

I can't yet, get unit tests to pass with L5. I think the framework is still unstable, or I can't find docs on what to update correctly. If anyone has a link to other packages (that have migrations) that are working with L5 - I would love to study their code and get some ideas.

walteranderson commented 9 years ago

This may not be entirely applicable, but I did find this link that discusses a potential workaround for package migrations (if that is still the problem).

http://laravel.io/forum/01-08-2015-package-migrations-not-working-in-laravel-5

rtconner commented 9 years ago

Ok I've got this running on L5. Let me know if there are any issues please.

composer require rtconner/laravel-tagging dev-laravel-5