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

how to install graphviz on Laravel Sail #113

Open
noud opened this issue Apr 11, 2024 · 4 comments
Open

how to install graphviz on Laravel Sail #113

noud opened this issue Apr 11, 2024 · 4 comments

Comments

@noud
Copy link

noud commented Apr 11, 2024

i want to use your pacakge in a Laravel Sail environment.

How do i install graphviz on Laravel Sail?

thanks,
Noud

@romek-codes
Copy link

sail composer require beyondcode/laravel-er-diagram-generator --dev
sail root-shell
apt-get update
apt-get install graphviz
php artisan generate:erd

This worked for me.

@noud
Copy link
Author

noud commented May 3, 2024 via email

@romek-codes
Copy link

@noud It seems you're having the same issue as people in this issue: #112

@noud
Copy link
Author

noud commented May 5, 2024

Romek,

yes, same issue, Laravel is too new.

Can you make a new distribution with these patches to composer.json

-        "php": "^7.1|^8.0",
+        "php": "^7.1|^8.0|^8.1|^8.2",

-        "doctrine/dbal": "~2.3|^3.3",
+        "doctrine/dbal": "~2.3|^3.3|^3.8|^4.0",

-        "phpunit/phpunit": "^7.0| ^8.0|^9.5.10",
+        "phpunit/phpunit": "^7.0| ^8.0|^9.5.10|^10.5.20|^11.1.3",

and make a new distribution?

thanks,
Noud

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

2 participants