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

### Versions: - ide-helper Version: v2.12.3 ### Description: `ModelsCommand` class is not final and not `@internal` (means it's officially open to extend) and it has a public method `loadModels` that...

bug

### Versions: - ide-helper Version: 2.12.3 - Laravel Version: 9.35.1 - PHP Version: 8.1.3 ### Description: PhpStorm marks the following line in the docBlock as error if the same method...

bug

### Versions: - ide-helper Version: v2.12.3 - Laravel Version: v9.34.0 - PHP Version: 8.1.11 ### Summary: The generated _ide_helper.php file has inconsistent indentation among other things that both reduce readability...

enhancement

## Set IDE Helper properties using PHP 8 Attributes Hi! 👋 There are several recent issues and PRs about the lack of support for Laravel's [`protected Attribute` return-type methods](https://laravel.com/docs/9.x/eloquent-mutators#defining-an-accessor) (see...

enhancement

### Versions: - ide-helper Version: 2.12.3 - Laravel Version: 8.83.26 - PHP Version: 8.1.9 ### Description: We set database in getTable() method of models, like "{$database}.{$table}". When I run ModelsCommand,...

bug

### Versions: - ide-helper Version: 3.0.0 - Laravel Version: 10.48.8 - PHP Version: 8.2.17 ### Question: I want to generate the properties and methods of my user model and I...

question

## Summary For some reason, the `static` keyword as a return type, does not return `isBuiltin()` === true, so a `\\` is added. We need to manually add it to...

### Versions: - ide-helper Version: v3.0.0 - Laravel Version: v10.46.0 - PHP Version: 8.1.27 ### Description: We have a User model including a users table with a column email. On...

bug

## Summary Fixed PHPDoc with unknown formatting. I set `TValue` to `true`, should I use `bool` ? ## Type of change - [x] Bug fix (non-breaking change which fixes an...