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.8.2 - Laravel Version: 6.20.44 - PHP Version: 7.2 - 7.4 .. 8.0 (irrelevant though) ### Description: Example schema ```sql CREATE TABLE prefix_configuration ( ID...

bug

## Summary ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ]...

### Versions: - ide-helper Version: 2.10 - Laravel Version: 8.65 - PHP Version: 8.1 ### Question: For example if I have this has many relation in User.php ``` public function...

question
stale

### Versions: - ide-helper Version: #.#.# - Laravel Version: #.#.# - Lumen Version: #.#.# - PHP Version: #.#.# ### Question: I ran php artisan ide-helper:model as :generate was generating an...

question
stale

### Versions: - ide-helper Version: 2.12 - PHP Version: 8.0.14 ### Question: Is there any benefit in adding `@mixin \Eloquent` to model classes? I only ask because `Eloquent` is just...

question
stale

### Versions: - ide-helper Version: 2.12.2 - Laravel Version: 9.4.1 - PHP Version: 8.1 ### Description: Autocompletion is not available for some methods. ![image](https://user-images.githubusercontent.com/6592868/163394266-eb017234-7329-46f5-8494-fd5081ce31a3.png) Commands used to generate helpers: ```...

bug

## Summary Hello, Thanks for the package. It's very helpful. This PR fixes an issue with the model IDE helper generation command explained in https://github.com/barryvdh/laravel-ide-helper/issues/1120. The command does not work...

### Summary I have defined a enum which is used in the casts of a eloquent model. On the database the field is a smallint. The generated doc-block marks the...

enhancement

### Summary Add a way to use the IDE helper with Laravel Packages, that doesn't have the artisan file. Maybe add an option to link the package to a Laravel...

enhancement

I also started getting an error from phpstan as mentioned on https://github.com/nunomaduro/larastan/issues/1246 I it looks like generated facade classes on \root FQN may need to be changed. Not sure about...

bug