laravel-ide-helper
                                
                                 laravel-ide-helper copied to clipboard
                                
                                    laravel-ide-helper copied to clipboard
                            
                            
                            
                        IDE Helper for Laravel
### Versions: - ide-helper Version: 2.12.3 - Laravel Version: 9.29.0 - PHP Version: 8.1 ### Description: Only `public` and type casted get/set methods attributes are detected. But, according to https://laravel.com/docs/9.x/eloquent-mutators...
## Summary This PR adds support for the `laravel_phpdoc_separation` rule for PHPDoc. This feature is disabled by default to avoid problems in existing projects. Fixes https://github.com/barryvdh/laravel-ide-helper/issues/1288 First you need to...
### Versions: - ide-helper Version: 2.12.3 - Laravel Version: 8.83.23 - PHP Version: 8.0.21 ### Description: Relation methods that have a union return type will not be added as `@property-read`...
### Versions: - ide-helper Version: 2.12.3 - Laravel Version: 9.29.0 - PHP Version: 8.1 ### Description: For castable witch return `T|null` IDE helper generates `T|null|null` type, for example: ```php protected...
### Versions: - ide-helper Version: 2.12.3 - Laravel Version: 9.29.0 - PHP Version: 8.1 ### Description: If castable implements `CastsInboundAttributes` IDE helper generates incorrect PHP doc type, for example: ```php...
### Versions: - ide-helper Version: 2.12.3 - Laravel Version: 9.25.1 - PHP Version: 8.1.x ### Description: Suppose a model like this: ```php
### Versions: - ide-helper Version: current - Laravel Version: 9 - PHP Version: 8 ### Question: Dos larave-ide-helper support method autocompleat?  as you can see, am in phpstome 2022,...
## Summary For applications were the developer is using a multi-tenancy setup, utilising multiple databases i.e., one for the landlord and many for the tenants, the database config definition is...
### Versions: - ide-helper Version: 2.12.3 - Laravel Version: 9.25.1 - PHP Version: 8.1.8 - PhpStorm 2022.2.1 ### Description: Generated _ide_helper.php code for Collection, when using laravel-debugbar package, breaks constructor...
Hello, in Laravel 9 I am getting this error with mongodb: $ahora = Carbon::now(); $now = new \MongoDB\BSON\UTCDateTime($ahora); Any ideas what i can do to help idehelper to recognize this...