Adding phpmyadmin to sail docker compose #48786
Unanswered
chinmaypurav
asked this question in
Ideas
Replies: 2 comments 1 reply
-
Please use image: phpmyadmin:latest |
Beta Was this translation helpful? Give feedback.
1 reply
-
I see you using PhpStorm, then the best way is to use the really well integrated database tools, don't mind the SQLite - it supports multiple DBMS: If you are not happy with that you could use TablePlus for Linux/MacOS/Windows, or other. If you want to do it remotely then do it over SSH. PhpStorm does support it, you could even highlight your dev database as green, and production as red, also you could toggle read-only mode. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need a lightweight yet powerful MySQL GUI client in my dev environment.
phpmyadmin completes this gap.
When working with Laravel Sail, I realized that it would be better if we could have a
phpmyadmin
service within the docker compose.These would be the changes
I am not sure how the
curl -s https://laravel.build/example-app | bash
works, but I can push these changes to sail repo if it helps the community!Beta Was this translation helpful? Give feedback.
All reactions