Преглед изворни кода
derive from php:7.2-alpine;
artisan koel:init still reports 'could not find driver'
/koel # php artisan koel:init
...
Koel cannot connect to the database. Let's set it up.
Your DB driver of choice [MySQL/MariaDB]:
[mysql ] MySQL/MariaDB
[pgsql ] PostgreSQL
[sqlsrv ] SQL Server
[sqlite-e2e] SQLite
> pgsql
DB host:
> koel-db
...
could not find driver
Koel cannot connect to the database. Let's set it up.
...
/koel # php -m | grep pg
pgsql
/koel # php -r "print_r(get_loaded_extensions());" | grep pg
[33] => pgsql