Eloquent-Model-Generator
Eloquent-Model-Generator copied to clipboard
Command problem
Method User11001\EloquentModelGenerator\Console\GenerateModelsCommand::handle() does not exist
just add public function handle() { return $this->fire(); } inside that class with this line it should work
public function handle() { return $this->fire(); } this solution works, you should publish that BTW it work like a charmed