Adel
Adel
`Livewire::namespace` is not a standard method? I found a package that does the same - https://github.com/joserick/laravel-livewire-discover. Honestly, I want to implement something useful for all users... So, there is no...
Hello. It is because of the "query" relation in the Bank model. I'll try to fix this somehow.
Honestly, I don't know how to fix it. `$bank->query()->...` - what is here? Bank query builder or Bank "query" relation? Laravel Idea will think that it is a relation.
It's possible to implement, but it will touch almost every part of the plugin code. Instead of getting one "Laravel project" object as we do now, we should analyze the...
Hi, @CamKem. JetBrains hasn't acquired the plugin. It's a bit different. We are still deciding how our integration will work. Please continue to post bugs/feature requests here. About your issue:...
Hello. What is `module()`? Scope? Could you provide the model code?
Hello. Reproduced. It appeared in the last PhpStorm update. We will try to fix.
Fixed in 11.4. It should disappear after helper code generation with 11.4
Could you try to run main menu -> FIle > Invalidate Caches... and after that generate helper code again. I got the warning once, but after that, the helper code...
We are sorry about this. We are going to fully rewrite the helper code generation part in 12.0, and probably will fix this there.