alfredoem/authentication
Authentication
Basic Auth for Laravel Framework
Installation
-
Require this package in your composer.json and run composer update (or run
composer require alfredoem/authenticationdirectly):"alfredoem/authentication": "^0.1.0" -
After composer update, add service providers to the
config/app.phpAlfredoem\Authentication\AuthenticationServiceProvider::class, -
The next step is to install Authentication component. Run this command in terminal:
$ php artisan Auth:install