Basic Authentication & Register for Laravel Framework
alfredoem/authentication is a Laravel package for basic authentication & register for laravel framework.
It currently has 0 GitHub stars and 44 downloads on Packagist (latest version v0.3).
Install it with composer require alfredoem/authentication.
Discover more Laravel packages by alfredoem
or browse all Laravel packages to compare alternatives.
Last updated
Basic Auth for Laravel Framework
Require this package in your composer.json and run composer update (or run composer require alfredoem/authentication directly):
"alfredoem/authentication": "^0.1.0"
After composer update, add service providers to the config/app.php
Alfredoem\Authentication\AuthenticationServiceProvider::class,
The next step is to install Authentication component. Run this command in terminal:
$ php artisan Auth:install