The IDE-Helper will now detect some Interfaces and replace those with the real classes. You can also add your own interfaces. This means you can let the ide-helper replace \Illuminate\Auth\UserInterface
with \User
, so Auth::user()
will return your real User class :)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community