Laravel Basic Authentication in 4 Minutes
Check out https://laracasts.com for the best Laravel video tutorials on the web.
Occasionally, you’ll find yourself working on a project that doesn’t require a full authentication and registration system. In situations such as this, it might make sense to opt for HTTP basic authentication.
source