rtconner / laravel-tagging

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

artisan command group #108

Closed struyfv closed 8 years ago

struyfv commented 8 years ago

When I run php artisan tagging:create-group MyTagGroup a get the following error:

There are no commands defined in the "tagging" namespace.

Any ideas?

Thanks!

LiYiBin commented 8 years ago

@struyfv Did you install 2.1 version? I saw the command code in dev-laravel-5 version. Maybe it doesn't finish?

rtconner commented 8 years ago

Yeah use dev-laravel-5 until I can get that HHVM issue fixed.

struyfv commented 8 years ago

Yes I ran composer require rtconner/laravel-tagging "~2.1". I solved it by downloading the zip.

rtconner commented 8 years ago

@struyfv use "rtconner/laravel-tagging" : "dev-laravel-5"