🔥 #Laravel Tip: Most of the time, you’ll want to use Laravel’s default auth. However, if your app is mostly free of auth routes, then you might want to consider a simpler setup of basic auth (which does not require routes, controllers & views, but instead uses a browser prompt).