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

IDE Helper for Laravel

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

### Versions: - ide-helper Version: 2,12,3 - Laravel Version: 9.19.0 - PHP Version: 8.0.2 ### Description: When we "extend# an existing relationship, ide-helper seems to ignore this new relationship. Let's...

bug

### Versions: - ide-helper Version: 2.12 - Laravel Version: 9.2 - PHP Version: 8.1 ### Question: Hello! Not sure if this is a current issue, can't find it in the...

question

### Versions: - ide-helper Version: 2.12.3 - Laravel Version: 8.75 - PHP Version: 8.1.1 ### Question: Is there a support for `appended` properties when generating models ? ``` class MyModel...

question
stale

### Versions: - ide-helper Version: v3.6.6 - Laravel Version: 8.x - PHP Version: 8.1 ### Question: This isn't really an issue with the package but rather a composer questions. In...

question
stale

## Summary The arguments for `HasFactory::factory` have changed since Laravel 9, so the docblocks have to be changed accordingly. https://github.com/laravel/framework/commit/0f0f883cc181c7ccdcf4b9eb740c796e0944e696 In order to test this change, you will need Laravel...

Currently non-facade classes are resulting non functioning autocomplete. The reason of this that an empty class will be defined in the ide helper class, which will be used for the...

## Summary Add namespace when generating `@mixin` docprop ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds...

### Versions: - ide-helper Version: 2.12.3 - Laravel Version: 9.18.0 - PHP Version: 8.1.6 ### Description: Our coding standards require all docprops to be FQN. When i want to use...

bug

### Versions: - ide-helper Version: 2.12.3 - Laravel Version: 9.3.1 - PHP Version: 8.0.16 - Doctrine/DBAL Version: 3.3.2 ### Question: After upgrading from Laravel 8 to Laravel 9 I have...

question
stale

## Summary Fix return type of methods provided by `SoftDeletes`. ## Detail The `SoftDeletes` model has three methods available: * [withTrashed()](https://github.com/illuminate/database/blob/v9.0.0/Eloquent/SoftDeletingScope.php#L85-L91) * [withoutTrashed()](https://github.com/illuminate/database/blob/v9.0.0/Eloquent/SoftDeletingScope.php#L102-L109) * [onlyTrashed()](https://github.com/illuminate/database/blob/v9.0.0/Eloquent/SoftDeletingScope.php#L121-L129) As the linked code shows,...