Tutorial
7 min read
Free
Facades in Laravel: Do You Need To Use Them? [OPINION]
Have you ever used `Auth::user()` in Laravel? So yeah, that `Auth` is a Facade. Question: do you actually need to know how they work, and would you need to create your own facades?