š„ #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).