sethsandaru / eloquent-docs

Generate phpDoc for your Eloquent Models with ease
MIT License
42 stars 5 forks source link

allow mariadb as the driverName but use the pdo_mysql driver for doctrine #21

Open schelmo opened 4 months ago

schelmo commented 4 months ago

hey,

laravel 11.x added a new mariadb driver. this adds support for it.

references: https://laravel.com/docs/11.x/upgrade#dedicated-mariadb-driver https://github.com/laravel/framework/pull/50146