-
Today when discovering tag helpers the tooling code explicitly does not include tag helpers annotated with `[EditorBrowsable(EditorBrowsableState.Never)]`: https://github.com/dotnet/razor/blob/49c8ee8…
-
Can we support laravel ide helper: https://github.com/barryvdh/laravel-ide-helper?
Example file: https://gist.github.com/barryvdh/5227822
-
**Describe the bug**
Last versions of Intelephense are showing errors on model instances. See the screenshot.
With error
Expected type 'App\Models\Vehicle'. Found 'Illuminate\Database\Eloquent\…
-
### Versions:
- ide-helper Version: 3.1.0
- Laravel Version: 10.48.20
- PHP Version: 8.1.29
### Question:
When i'm using ide-helper:models -M,
the HasFactory::factory() method is not recogni…
-
Hi, how to add support for PHP Storm to facades? Maybe there is any ide helper like in Laravel?
-
i found that if you change src/Casts/ConfigValueCast.php line 12 and line 24 from
line 12:
`public function get(Model $model, string $key, mixed $value, array $attributes)`
to:
`public function g…
-
The docs frequently state the use of OpenSwoole\Coroutine::run. See https://openswoole.com/docs/modules/swoole-coroutine. Yet, I don't see it as part of this package. Is this an oversight? Are the doc…
-
### Versions:
- ide-helper Version: 2.13.0
- Laravel Version: 9.52.7
- PHP Version: 8.0.28
### Description:
The generated _ide_helper.php file has the wrong return type for the Cache::get func…
-
Running ide-helper the following error is displayed :
```
Too few arguments to function Illuminate\Console\GeneratorCommand::__construct(), 0 passed in /Users/pg/Sites/resresto/vendor/imritesh/liv…
-
### Versions:
- ide-helper Version: 3.2.2
- Laravel Version: 11.30.0
- PHP Version: 8.3.x
### Description:
::find returns Illuminate\Database\Eloquent\Collection|null|TModel
::first returns …