You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though most of the Helpers methods are available there are a couple which aren't , but which are still valid.
In DB I often use DB::connection() to connect to another database connection than the default one. In Eloquent I also use User::lists() and User::orderBy(). Its not the end of the world if I can't get these hints working but I thought you might like to know.
Cheers.
The text was updated successfully, but these errors were encountered:
Even though most of the Helpers methods are available there are a couple which aren't , but which are still valid.
In DB I often use DB::connection() to connect to another database connection than the default one. In Eloquent I also use User::lists() and User::orderBy(). Its not the end of the world if I can't get these hints working but I thought you might like to know.
Cheers.
The text was updated successfully, but these errors were encountered: