laravel-doctrine / orm

An integration library for Laravel and Doctrine ORM
MIT License
828 stars 178 forks source link

Add SSL certificate configuration keys to database connections #579

Closed keithbrink closed 2 months ago

keithbrink commented 2 months ago

The configuration keys in this PR are required for some database connections, but are not currently passed along from the Laravel configuration.

For reference: https://www.doctrine-project.org/projects/doctrine-dbal/en/current/reference/configuration.html#mysqli

eigan commented 2 months ago

Thanks!