Adel
Adel
Does it find usages by Cmd-Click?
What type does the `tenant()` function return? Is it this model?
We have some plans for ide.json, which will cover `getModelAttributeOr` and `getAttributeOr` cases. I hope we will implement them soon.
Could you show the macro? We already have some solution for this case.
It seems there is no Collection class in the project, but some library added a macro method to it... So, Lumen framework doesn't contain the Collection class by default?
Looks like PhpStorm forgot about the original Collection class. Could you make main menu > File > Invalidate Caches...?
So, there is Illuminate\Support\Collection in this project, but PhpStorm sees only these two from helper files? Looks like a PhpStorm bug...
We did some fixes in 11.5, and they can fix this issue too. Could you update and check?
It's possible to create these controllers by New Model UI. I can try to add this feature to the existing models...
I hope I'll implement it in July. There are some difficulties like some devs use `Model::create($request->validated())` this model creation code, but others prefer to describe each field, as in your...