Results 441 comments of Adel

Hello, `deepRelations` works, but in usual with('') style. `relation1.relation2:field1,field2`. We will try to make it customizable in `ide.json`.

Hi, we've implemented native support for this package. We will also improve ide.json completions in the next version.

Hello. Where do you want to redirect this GoTo? To the migration file with this field? Makes sense, but much more useful to use this field. You can find all...

Oh. This is an Attribute? You're right. I'll fix it. Sorry)

I've checked. It works. Have you generated a helper code? main menu > Laravel > Generate Helper Code?

That's weird. Do you have all options turned on here? Preferences | Languages & Frameworks | Laravel Idea | Smart GoTo

Hello. I checked your case. I think it should work. My code for models fetching. A bit ugly, but... do your models in `\Illuminate` namespace? ```kotlin fun PhpIndex.getAllEloquentModels(): Sequence {...

I tried different cases, and it worked in each of them. Does PhpStorm have access to these classes? Can you find them by Find class(Cmd-O) action?

Hello. I couldn't repeat it. And honestly, I can't imagine how Laravel Idea can break something like that...