Oleg Gorbunov

Results 41 comments of Oleg Gorbunov

Check new plugin for this and many other improved features for translations support: https://locale-sphere.com

Thank you for taking the time to share your request! I've added it into internal feature tracker.

Thank you for taking the time to share your request! I've added it into internal feature tracker. > First of all the tables cannot be found as the migrations This...

In current release, you can create ide.json file in root of the project with following contents (adjust your class names or namespaces): ```json { "$schema": "https://laravel-ide.com/schema/laravel-ide-v2.json", "helperCode": { "eloquent": {...

We may add inspection at least, I think. I'll pull this into internal task tracker for now

Thank you for taking the time to share your request! Can you please check, does indexing still hangs if you don't generate helper code, but trigger it after doing "File...

Thank you for taking the time to share your request! We actually working on this, in recent version we added Builder generic typehints, relations support is also in the internal...

Factories already should be excluded: Internally, it checks if factory() method contains `\Illuminate\Database\Eloquent\Factories\Factory` type in method reference returning type. Maybe you are using different factories library?

> Just to verify: clicking `->factory()` method here brings you to correct factory class, right? Can you maybe try clearing caches and regenerate helper files, just to check if this...

> [@gorbunov](https://github.com/gorbunov) Regarding the information shared about how the plugin makes the decision internally, could this change be the issue? > > Specifically, the `HasFactory` trait now declares `@return TFactory`...