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

Generate phpDoc for your Eloquent Models with ease

Results 7 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

Took a crack at attempting to resolve #25. **Note:** also adjusts spacing before `*` in docblocks so that the `*`s are aligned. Should fix this issue:

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 12.x. **Before merging**, you need to: - Checkout the `l12-compatibility`...

Eloquent provides the ability to define [local scopes](https://laravel.com/docs/11.x/eloquent#local-scopes) like so: ```php class User extends Model { /** * Scope a query to only include popular users. */ public function scopePopular(Builder...

It's very unhandy, that command not covers possible user inputs