rtconner / laravel-tagging

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

command GenerateTagGroup cannot have an empty name #166

Closed tdchien closed 5 years ago

tdchien commented 5 years ago

Hello @rtconner When run php artisan, I got a error message : [LogicException]

The command defined in "Conner\Tagging\Console\Commands\GenerateTagGroup" cannot have an empty name.

It's seen a problem because laravel version I'm using is 5.0. And property $signature is not exist

protected $signature = 'tagging:create-group {group_name}'; So should be use $name for command name ?

rtconner commented 5 years ago

Ok this should be resolved in v3.2.0