Add Postgresql #158
Replies: 2 comments 9 replies
-
You should be able to extend the image and customize it to your own liking. I'm actually working on a documentation site on how to do this and will hopefully have this documentation available soon (https://feature-v2-2-0-documentation.docker-php.pages.dev/). If I understand correctly, |
Beta Was this translation helpful? Give feedback.
-
hey! We need php pgsql module installed by default =) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
Hi guys, I was trying to use Postgresql, but it's not available within this docker images.
Impact
I think providing the flexibility to select any SQL driver which is supported by Laravel (default) can be beneficial for all of us.
Solution
apt-get install postgresql
Reference: https://www.postgresql.org/download/linux/debian/
php.ini
Beta Was this translation helpful? Give feedback.
All reactions