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

This PR adds support for new initializers in function parameters introduced in PHP 8.1. Changes: - Modified getParameters method to handle object initializers - Added support for new object instances...

## Summary Unifying config writing style to concorde with the laravel one (one blank line after each description block

### Versions: - ide-helper Version: #.#.# - Laravel Version: #.#.# - PHP Version: #.#.# ### Description: ### Steps To Reproduce: - … I used the Laravel macro feature to add...

bug

## Summary When model attribute is defined as either one of these ``` php public function getSomeValueAttribute() { return 'some value'; } ```` ```php public function someValue(): Attribute { return...

### Summary If an attribute has an array type that has a defined shape, the generation of the docblock breaks. It would be nice, if this was supported. ## Example:...

enhancement

### Versions: - ide-helper Version: 2.15.1 - PHP Version: 8.3 ### Description: The `ModelsCommand` handles parameters in the `getParameters` function. When a parameter contains an initializer that creates a new...

bug

### Summary When a relation is not nullable in the database it can still be `null` during access, if the related entity uses `SoftDeletes`. Therefore the property of such a...

enhancement

Hi @barryvdh, I would love to contribute to `laravel-ide-helper`. Could you please grant me contributor access, or let me know the best way to contribute? Thanks!

enhancement

- Created `RequestCommand` class to handle the `ide-helper:request` Artisan command. - Implemented `Request` class with `writeRequestHelper` method to generate the `_ide_helper_requests.php` file. - Registered the `RequestCommand` in the `IdeHelperServiceProvider`. -...

## Summary This adds `*_exists` model properties, similar to the `*_count` properties. I also added a `write_model_relation_exists_properties` config to disable it. ## Type of change - [x] New feature (non-breaking...