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: 3.0.0 - Laravel Version: 11.0 - PHP Version 8.2 ### Description: I'm using[ laravel-adjacency-list ](https://github.com/staudenmeir/laravel-adjacency-list) package. For some reason whenever I run php artisan ide-helper:models...

bug

So I'm using VSCode with every extension I could install that gives my IDE the best possible understanding of how most of Laravel's magic methods work and what types they...

enhancement

### Versions: - ide-helper Version: 3.0.0 - Laravel Version: 11.0.5 - PHP Version: 8.2.16 ### Description: I'm using vscode with intelephense ```php User::with('role')->get(); // return Illuminate\Database\Eloquent\Collection User::orderBy('username')->get(); // return Illuminate\Support\Collection...

bug

### Summary Support for extensions from Laravel's Eloquent scope `extend` method: https://www.stephenlewis.me/blog/overriding-eloquent-global-scopes/ ```php

enhancement

## Summary This adds logic to allow table inspection to gracefully fail. More specifically, this allows other the doc block generation to continue and generate other helpers that aren't database...

The Laravel Idea plugin recently added support for packages to register mixins to existing Laravel classes that can't use the simple mixin methods (as the underlying driver needs to be...

enhancement

Example: ``` /** * * * @see \App\Providers\MagentoServiceProvider::register() * @static */ public static function magento() { return \Illuminate\Http\Client\Factory::magento(); } ``` Should be ``` /** * * * @see \App\Providers\MagentoServiceProvider::register() *...

bug

### Versions: - ide-helper Version: 3.0.0 - Laravel Version: 11.9.1 - PHP Version: 8.3 ### Question: Before updating to Laravel 11 and ide-helper 3.0.0 I could define a database in...

question

## Summary - Terminate all descriptions with a dot . - Update outdated descriptions - Add missing examples ## Type of change - [x] Misc. change (internal, infrastructure, maintenance, etc.)...

## Summary We inherited a number of projects that have a global `version` variable shared with all views that is an array of things like asset versions, etc. When running...