Eloquent-Model-Generator icon indicating copy to clipboard operation
Eloquent-Model-Generator copied to clipboard

Command problem

Open markib opened this issue 8 years ago • 2 comments

Method User11001\EloquentModelGenerator\Console\GenerateModelsCommand::handle() does not exist

markib avatar Sep 25 '17 05:09 markib

just add public function handle() { return $this->fire(); } inside that class with this line it should work

jitt3 avatar Jan 22 '18 22:01 jitt3

public function handle() { return $this->fire(); } this solution works, you should publish that BTW it work like a charmed

absolutkarlos avatar Mar 13 '18 20:03 absolutkarlos