Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database entity blank #70

Open
NANHBunsin opened this issue Jan 21, 2020 · 8 comments
Open

Database entity blank #70

NANHBunsin opened this issue Jan 21, 2020 · 8 comments

Comments

@NANHBunsin
Copy link

After generated Laravel ER diagram successfully, it shows the tables relationship but didn't show database entity.

table

@oscar0812
Copy link

I'm also running into this issue. Any help?

@jackpit93
Copy link

i use laravel 6.x but I have this problem too.

@jordanmiguel
Copy link

Laravel 7.0 same here.

@sascha1337
Copy link

got this on some models, but others are okay. why ?

@hashiyaman
Copy link

I got the same issue but resolved after executing database migration.

php artisan migrate
php artisan generate:erd

@nikolaykv
Copy link

The problem is still relevant for Laravel 7.30.4. Did anyone find a solution?

@nikolaykv
Copy link

Проблема все еще актуальна для Laravel 7.30.4. Кто-нибудь нашел решение?

I understood. In my case it was because the Laravel application was in a docker environment and I called the php artisan generate command: erd output.svg --format=svg outside the container. After installing apt-get install graphviz directly into the environment container and then generating the schema, everything worked correctly. I think similar logic will be true for Laravel Homestead as well.

@ErPrabin
Copy link

ErPrabin commented Oct 2, 2021

just open the xampp server. its now showing attributes because , your laravel project is not connected to phpmyadmin database

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants