Blogs of authentication

We are a web development and outsourcing agency based in Kochi, India.

Laravel – Custom authentication and what happens under the hood

Laravel – Custom authentication and what happens under the hood

In this article, we will take a detailed look at how the default authentication works inside Laravel core. But first, we will learn how to create a custom authentication. Laravel ships in with a great default user authentication. It even creates the views and routes for you if you run // Create the default views, routes and controller for authentication php artisan make:auth All is well as long as we are good with the default users table and its authentication. But what if we want another authentication method. For example, you want to user a separate table called admin for authenticating admin users while keeping the normal users table for front end authentication....

2hats Logic HelpBot