laravel-ide-helper icon indicating copy to clipboard operation
laravel-ide-helper copied to clipboard

IDE Helper for Laravel

Results 249 laravel-ide-helper issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement

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

enhancement

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

enhancement

### 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...

bug

### 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...

bug

### 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...

bug
lumen

I am using PHPStorm and can't jump automatic to scope, just go to comment only Instead of jumping to here ![image](https://user-images.githubusercontent.com/5250117/111984703-4bbf6600-8b3e-11eb-9da6-a3e9ecaeecdf.png) It brings me to here ![image](https://user-images.githubusercontent.com/5250117/111984921-9214c500-8b3e-11eb-99fa-a7ea5d6a3624.png) Edit: Do we...

enhancement

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

bug

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

bug
lumen