There are no commands defined in the "generate" namespace.
aoamusat opened this issue · 3 comments
aoamusat commented
Whenever I run php artisan generate:erd
, this is what I got
There are no commands defined in the "generate" namespace.
MoatazAbdAlmageed commented
@aoamusat are you registered this
$app->register(BeyondCode\ErdGenerator\ErdGeneratorServiceProvider::class);
in bootstrap/app.php
gilles6 commented
This fixed this issue for me:
composer update
composer require beyondcode/laravel-er-diagram-generator --dev