cviebrock / eloquent-taggable

Easily add the ability to tag your Eloquent models in Laravel.
MIT License
559 stars 72 forks source link

php artisan taggable:table throws InvalidArgumentException #18

Closed cliffordjames closed 8 years ago

cliffordjames commented 9 years ago

Laravel 5.1:

php artisan taggable:table

[InvalidArgumentException]
There are no commands defined in the "taggable" namespace.

cviebrock commented 8 years ago

Closing. Try the 2.0 release which fixes lots of Laravel 5 issues.