beyondcode/laravel-er-diagram-generator

command generate

Closed this issue · 1 comments

hi,

when I put the command
php artisan generate:erd

the console say
There are no commands defined in the "generate" namespace.

I think the command generate doesn't exist on artisan cli.
it's true?

I had an old composer version
I reinstaled composer to newest version and run composer update.
Now the project run ok.
Thanks