Adel
Adel
Fixed in 8.1.4
Hello. There is no good way to fetch them automatically. But there is workaround starting from 8.2.5 version. `ide.json` file: ```json { "$schema": "https://laravel-ide.com/schema/laravel-ide-v2.json", "blade": { "components": { "list": [...
It's hard to get the needed class, because Laravel Idea doesn't run PHP. It tried to get everything by parsing your PHP code. I'll try to implement this somehow...
Hello. > run qodana in the pipeline with laravel idea plugin How did you run it? Qodana doesn't support paid plugins yet. We are going to release a special release...
I'm sorry for this misinformation. We will release a plugin for Qodana soon. "JetBrains Qodana support" means that we made some changes inside the plugin to make this possible. I'll...
Laravel Idea doesn't run PHP code, so it can't find all Livewire components. It tries to find and analyze `Livewire::component(...);` calls, however if they look like `Livewire::component($alias, $class);` - this...
Copying [Basti007](https://github.com/Basti007)'s issue here, since it is the same. Hi, there is already a support implemented for the nwidart Modules. If I want to use Livewire with the modules, I...
Qodana can't use paid plugins. Yet. We are preparing a special plugin release for Qodana. I hope it will happen this month.
Conditions have changed a bit. I hope we will have very positive news in 1-2 months. Sorry it's taking so long.