barryvdh / laravel-ide-helper

IDE Helper for Laravel
MIT License
14.17k stars 1.16k forks source link

add support for `on`, `onWriteConnection`, `with` on models #1260

Open Douglasdc3 opened 3 years ago

Douglasdc3 commented 3 years ago

Summary

Add support to start query builder using on, onWriteConnection and with methods similar to the existing query method.

Resolves issues #1235

Type of change

Checklist