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: v2.13.0 - Laravel Version: v10.25.2 - PHP Version: 8.2.11 ### Question: I have a mysql table containing a point (for coordinates) column. In the corresponding...

question

### Versions: - ide-helper Version: 2.13.0 - Laravel Version: 9.16 - PHP Version: 8.2 ### Question: Hi, How can I generate helpers for this kind of using, is there any...

question

I have tried several version from latest stable to latest master. The package does not have real-time facade support, doesn't it? Is there any way to add such a feature?

Since the package cannot work with swoole, It would make sense in the Generator.php method getValidAliases() Not only to skip predis, but also swoole. ``` if ($facade == 'SwooleTW\Http\Server\Facades\Server' &&...

enhancement

### Versions: - ide-helper Version: 2.6 - Laravel Version: 9.0 - PHP Version: 8.1.12 ### Question: Hi! Thanks for this package, I am wondering if I can get my custom...

question

### Versions: - ide-helper Version: latest - Laravel Version: 9.52 - PHP Version: 8.1.13 ### Question: I removed the this package using `composer remove barryvdh/laravel-ide-helper`. I removed this from composer...

question

### Versions: - ide-helper Version: 2.13 - Laravel Version: 10.22 - PHP Version: 8.2 ### Question: 1. composer require --dev barryvdh/laravel-ide-helper 2. php artisan ide-helper:eloquent 3. php artisan ide-helper:generate 4....

question

### Versions: - ide-helper Version: 2.13.0 - Laravel Version: 10.18.0 - PHP Version: 8.2.8 ### Description: The package seems to generate `@property` for columns in the database that are virtual...

bug

I'm on Laravel 9 but still getting @mixin Eloquent instead of @mixin Builder from ide-helper after "artisan ide-helper:models", which doesn't work for static methods like ::where() on my models. Any...

### Versions: - ide-helper Version: 2.13.0 - Laravel Version: 10.15.0 - PHP Version: 8.1 ### Description: When resolving a class from the container that would trigger a deprecation error (E_DEPRECATED),...

bug