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

## Summary Allow column properties to be transformed to lower case via a configuration variable. ## Type of change - [x] New feature (non-breaking change which adds functionality) ### Checklist...

Many static analysis tools now support generic notation for `Iterator` or `ArrayAccess` implementations. In this situation `Collection|ElementType[]` is not useful as it does not convey the real type and makes...

enhancement

### Versions: - ide-helper Version: 2.8.2 - Laravel Version: 8.18.1 - PHP Version: 8.0.0 ### Description: The generated `whereIn` method for the `Eloquent` mixin has `\Illuminate\Database\Query\Builder` for the return object....

bug

### Summary Wenn generating `_ide_helper.php` PHP 8 attributes of methods of facaded services are currently ignored. These should be copied over (especially `#[Pure]` leads to wrong complaints of PHPStrom and...

enhancement

### Versions: - ide-helper Version: 2.10.0 - Lumen Version: 8 - PHP Version: 7.4 ### Description: this ``` /** * @param class-string $className * @param null|string $driver * @return T...

bug

### Versions: - ide-helper Version: 2.10.0 - Laravel Version: 8.65.0 - PHP Version: 8.0.7 ### Description: Running the `ide-helper:meta` command results in a _lot_ of services being skipped unncessesarily if...

bug

### Versions: - ide-helper Version: 2.10 - Laravel Version: 8.63.0 - PHP Version: 8.0.10 ### Description: After creating a new laravel application I am unable to install the laravel-ide-helper due...

bug

## Summary Fix invalid phpdoc for casted property without return type ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) ### Checklist - [ ]...

## Summary Add support to start query builder using `on`, `onWriteConnection` and `with` methods similar to the existing `query` method. Resolves issues #1235 ## Type of change - [x] New...

When `php artisan ide-helper:models --write` is runned, notations like `@SuppressWarnings(PHPMD.ExcessiveClassComplexity)` was changed to `@SuppressWarnings (PHPMD.ExcessiveClassComplexity)` (check space before `(`). ### Original model ```php /** * @SuppressWarnings(PHPMD.ExcessiveClassComplexity) */ class SomeModel extends...

bug