eloquent-docs icon indicating copy to clipboard operation
eloquent-docs copied to clipboard

Generate phpDoc for your Eloquent Models with ease

Results 3 eloquent-docs issues
Sort by recently updated
recently updated
newest added

I am upgrading laravel 10 project to version 11. I have upgraded `sethphat/eloquent-docs` package to [v2.0.1](https://github.com/sethsandaru/eloquent-docs/releases/tag/v2.0.1) ```sh user001@DEV:~/projects/my-project$ composer show sethphat/eloquent-docs name : sethphat/eloquent-docs descrip. : Generate PHPDoc scope for...

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