TablePlus / DBngin

DB Engine
https://dbngin.com
995 stars 19 forks source link

Can't get phpredis to work when using Valet #99

Open Vercoutere opened 1 year ago

Vercoutere commented 1 year ago

Please fill out the detail below, it helps me investigate the bug:

  1. Driver (Ex: PostgreSQL 10.0): Redis 7.0.0

  2. DBngin build number: 64

  3. macOS version: 12.2.1

  4. The steps to reproduce this issue:

I've installed DBnging and have a local installation of PHP managed by Laravel Valet. I for the life of me can't figure out how to use the Redis installation provided by DBngin in this PHP instance without resorting to installing the Predis package. There's no redis.so file to be found anywhere to reference in php.ini, nor does the extension seem to be injected automatically.

ahu commented 1 year ago

pecl install redis