laravel-ide-helper
                                
                                 laravel-ide-helper copied to clipboard
                                
                                    laravel-ide-helper copied to clipboard
                            
                            
                            
                        IDE Helper for Laravel
### Summary The helper works only with `@comment`. But it doesn't work without comment. I would use it without comment. ```php class Users extends Model { /** * Get User's...
hey i may want to highlight for those who want to only register the provider when in development environment only, the documented if ($this->app->local()) { will not work instead use...
Although the `--smart-reset` option does keep the description of the model itself, when it comes to the comments for each property, those all get wiped unfortunately. So I may have...
### Versions: - ide-helper Version: 2.9.0 - PHP Version: 8.0.4 - laravel-tags: 4.0.1 ### Description: Cannot add IdeHelper mixin to model that uses tags from https://github.com/spatie/laravel-tags ``` Exception: Call to...
### Versions: - ide-helper Version: 2.8.2 - Laravel Version: 8.19.0 - PHP Version: 7.4.8 ### Description: Ide helper can generate the _ide_helper.php file, but one line is not in a...
### Versions: - ide-helper Version: 2.8.x-dev - Lumen Version: 8.2.1 - PHP Version: 7.4.4 ### Description: Generate fails due to a dependency on `League\Flysystem\Local`. `league/flysystem` is installed but the class...
I am using PHPStorm and can't jump automatic to scope, just go to comment only Instead of jumping to here  It brings me to here  Edit: Do we...
I've generated model IDE helper mixins using `ide-helper:models -M`. One example of a model is this: ```php /** * @mixin IdeHelperDegreeType */ class DegreeType extends Model ``` Looking in the...
There is no need to generate static method comments for query, newQuery and newModelQuery ## Summary Model::newQuery() and Model::newModelQuery() works incorrectly in laravel 6.8.
$ php artisan ide-helper:generate In IdeHelperServiceProvider.php line 119: Class 'Illuminate\Foundation\Application' not found