What is "laravel-auth"

The Laravel authentication component.

By default, Laravel includes a user template in its app/models directory that can be used with the default Eloquent authentication driver. Please remember when building the schema for this template to ensure that the password field is a minimum of 60 characters.

If your application is not using Eloquent, you can use the authentication database driver that uses the Laravel query builder.

Setup

Makes implementing authentication in Laravel very simple. In fact, almost everything is already set up for you. The authentication configuration file is located in app/config/auth.php, which contains several well-documented options for modifying the behaviour of authentication facilities.

Tag use

Use this tag for questions about problems with the Laravel authentication component.

Before posting your question, see if you can’t find the answer on official documentation.

For more usage information, see the tag