laravel-ide-helper
                                
                                
                                
                                    laravel-ide-helper copied to clipboard
                            
                            
                            
                        IDE Helper for Laravel
### Versions: - ide-helper Version: ^2.12 - Laravel Version: 9.11.0 - PHP Version: 8.1.5 ### Question: Tell me, for what reason can there be two classes in _ide_helper.php? 
### Versions: - ide-helper Version: 2.8.2 - Laravel Version: 8.18.1 - PHP Version: 8.0.0 - MySQL Version: 8.0.22 (using Docker and Laravel Passport, if it matters) ### Description: When running...
In v2.11.0, model like this ```php class Job extends Model { protected $fillable = [ 'status', ]; protected $casts = [ 'status' => JobStatus::class, ]; [...] ``` would generate phpdoc...
## Summary This PR add options to ignore some properties : - via the unsetProperty in a hook It is useful to prevent PhpDoc generation for properties that should be...
## Summary Let's say we have the following custom cast: ```php class MyCustomCast implements CastsAttributes { /** * @param Model $model * @param string $key * @param mixed $value *...
## Summary Edited the template file, filtered out the "empty" classes whose methods are all inherited from parent classes and have none of their own, made createLocalViewFactory as public in...
## Summary This PR adds support for custom cast classes that implement the CastsInboundAttributes interface ( https://laravel.com/docs/9.x/eloquent-mutators#inbound-casting). Currently the Cast class will incorrectly end up as return value of the...
### Versions: - ide-helper Version: 2.9.1 - PHP Version: Tested on 8.0 but i think may relate to others as well. ### Description: This method: https://github.com/barryvdh/laravel-ide-helper/blob/244e936b740b18ab56180af2e1172436544764f2/src/UsesResolver.php#L26 fails when $classFQN will...
### Versions: - ide-helper Version: 2.8.1 (also tried with dev-master) - Laravel Version: 8.12.3 - PHP Version: 7.4.11 (windows) ### Description: I have installed package `maatwebsite/excel` version 3.1.24. That package...
### Versions: - ide-helper Version: 2.12.3 - PHP Version: 8.0.0 ### Description: The `comment` parameter in `ModelsCommand::setProperty` is ignored when the property is already registered so you cannot override it...