Results 441 comments of Adel

@EranNL could you try 10.2.2.251 version? If the problem still appears, could you please go to the main menu (PhpStorm, or Help) > About PhpStorm > Copy and Close, and...

Laravel Idea 10 supports Facades natively, so this issue should disappear. Please update and try.

Gutter icons are already implemented. Routes can be searched by Symbols command. Option-Cmd-O. Or just double Shift.

Please try to update to the new 8.4 version. It should be fixed there.

I can try to make this working. ```php return view(match ($skin) { 'baja-blast' => 'customs.baja-blast', 'code-red' => 'customs.code-red', 'non-static' => 'customs.wont-work-' . rand(1, 10), //this one would not work default...

Hello. Could it happen that you copied the `HoneypotServiceProvider` class somewhere to your app code?

I had the same issue. The reason was that I had a "1.22" version of the detekt. Removing it helped. Maybe updating it to a newer version will also help.

Hi, Fabio. It's possible. I'll try in one of the next versions.

We've added an inspection for this in the 11.2 version. Thank you. Sorry, it took such a long time.

@mortenscheel, for some reason, in 2024, I decided that we don't support this. But Laravel Idea supports componentNamespace and addNamespace calls since 2022. It doesn't work in your case? @Onepamopa,...