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: lastest - Laravel Version: 5.8 - PHP Version: 7.3.9 ### Description: $ composer require --dev barryvdh/laravel-ide-helper In PackageDiscoveryTrait.php line 362: Could not find package barryvdh/laravel-ide-helper....

bug

### Versions: - ide-helper Version: 2.12.3 - Laravel Version: 9.9.0 - PHP Version: 8.1.3 ### Description: Model methods are missing when using `--write-mixin` | With `--write-mixin` | Without `--write-mixin` |...

bug

It would be nice to have the return type for a macro, currently it gives no return type in PhpDocs.

enhancement

### Versions: - ide-helper Version: 2.12.3 - Laravel Version: 9.7.0 - PHP Version: 8.0.11 ### Description: I use [Compoships](https://github.com/topclaudy/compoships) to support multi-columns relation, but now I can't generate PHPDocs for...

bug

### Versions: - ide-helper Version: dev-master - Laravel Version: 8.78.1 - PHP Version: 8.0.13 ### Description: As described in the [pull request](https://github.com/laravel/framework/pull/40022) attribute marked methods should be protected which makes...

bug

## Summary Laravel introduced a new syntax to define attribute "accessors / mutators" in https://github.com/laravel/framework/pull/40022 Support for this new syntax was added in https://github.com/barryvdh/laravel-ide-helper/pull/1289 However, laravel documentation asks to use...

### Versions: - ide-helper Version: 2.12.2 - Laravel Version: 9.0.0 - PHP Version: 8.1.2 ### Description: PR #1289 added support for the new attribute mutator/accessor format, but calculated properties/attributes aren't...

bug

## Summary nullableMorphTo('related') in a migration generate nullable related_id and related_type columns. However ide-helper produce non-nullable `@property-read`. This PR fix this issue. ## Type of change - [x] Bug fix...

### Versions: - ide-helper Version: 2.11.0 - Laravel Version: 8.79.0 - PHP Version: 8.0 ### Description: https://github.com/barryvdh/laravel-ide-helper/pull/1268 changed mixin mode to not add an extends to the generated class. This...

bug

### Versions: - ide-helper Version: `2.9.0` - Laravel Version: `8.29.0` - PHP Version: `7.4` ### Description: Can not generate `Carbon::macro` PHPDocs. ### Steps To Reproduce: 1. Set Carbon macro ```...

bug