laravel-ide-helper
laravel-ide-helper copied to clipboard
IDE Helper for Laravel
### Summary I've noticed there's a fair few classed in Laravel that have helpers that call `new static(...func_get_args())`, such as `Dispatchable` Downside being there's no ide-hinting for the args because...
### Versions: - ide-helper Version: 2.12.3 - Laravel Version: 9.19.0 - PHP Version: 8.1.8 ### Question: Should and left click take me to the function in PHPStorm. I was hoping...
### Versions: - ide-helper Version: 2.12.3 - Laravel Version: 8.83.25 - PHP Version: 7.4.32 ### Question: When I use ``` php artisan clear-compiled php artisan ide-helper:models -M php artisan ide-helper:generate...
Laravel ide helper not working on Sublime Text 4 with [LSP-intelephense](https://github.com/sublimelsp/LSP-intelephense) installed.
I don't need the method annotation of the model, only the field attributes of the table, I don't know if there is such a function configuration
### Versions: - ide-helper Version: 2.13.0 - Laravel Version: 9.52.0 - PHP Version: 8.2.2 ### Question: Hey, is there a way how I could run the helper only on files...
Model Traits not work in Vscode. _Originally posted by @forwells in https://github.com/barryvdh/laravel-ide-helper/issues/529#issuecomment-1569522862_
### Versions: - ide-helper Version: 6.3.1.222 - Laravel Version: 6.x - PHP Version: 7.4 ### Description: When I hold command and click an attribute implement by custom getter. The ide...
### Versions: Versions: ide-helper Version: 2.12.3 Laravel Version: 8.83.25 PHP Version: 7.4.32 ### Question: I had to use Oracle as my DB, and I discovered a problem when I request...
### Versions: - ide-helper Version: `2.13.0` - Laravel Version: `10.6.2` - PHP Version: `8.1.14` ### Description: If a model property is casting with `\Illuminate\Database\Eloquent\Casts\AsArrayObject`, the type in the model helpers...