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: 2.12.3 - Laravel Version: 9.29.0 - PHP Version: 8.1 ### Description: Only `public` and type casted get/set methods attributes are detected. But, according to https://laravel.com/docs/9.x/eloquent-mutators...

bug

## Summary This PR adds support for the `laravel_phpdoc_separation` rule for PHPDoc. This feature is disabled by default to avoid problems in existing projects. Fixes https://github.com/barryvdh/laravel-ide-helper/issues/1288 First you need to...

### Versions: - ide-helper Version: 2.12.3 - Laravel Version: 8.83.23 - PHP Version: 8.0.21 ### Description: Relation methods that have a union return type will not be added as `@property-read`...

bug

### Versions: - ide-helper Version: 2.12.3 - Laravel Version: 9.29.0 - PHP Version: 8.1 ### Description: For castable witch return `T|null` IDE helper generates `T|null|null` type, for example: ```php protected...

bug

### Versions: - ide-helper Version: 2.12.3 - Laravel Version: 9.29.0 - PHP Version: 8.1 ### Description: If castable implements `CastsInboundAttributes` IDE helper generates incorrect PHP doc type, for example: ```php...

bug

### Versions: - ide-helper Version: 2.12.3 - Laravel Version: 9.25.1 - PHP Version: 8.1.x ### Description: Suppose a model like this: ```php

bug

### Versions: - ide-helper Version: current - Laravel Version: 9 - PHP Version: 8 ### Question: Dos larave-ide-helper support method autocompleat? ![image](https://user-images.githubusercontent.com/4635115/186512738-1ff5d0ea-909b-4a2b-b7ec-25b8e962d5d2.png) as you can see, am in phpstome 2022,...

question
stale

## Summary For applications were the developer is using a multi-tenancy setup, utilising multiple databases i.e., one for the landlord and many for the tenants, the database config definition is...

### Versions: - ide-helper Version: 2.12.3 - Laravel Version: 9.25.1 - PHP Version: 8.1.8 - PhpStorm 2022.2.1 ### Description: Generated _ide_helper.php code for Collection, when using laravel-debugbar package, breaks constructor...

bug

Hello, in Laravel 9 I am getting this error with mongodb: $ahora = Carbon::now(); $now = new \MongoDB\BSON\UTCDateTime($ahora); Any ideas what i can do to help idehelper to recognize this...

bug