Package Data | |
---|---|
Maintainer Username: | alfredoem |
Maintainer Contact: | espiritumalfredo@gmail.com (Alfredo EM) |
Package Create Date: | 2015-10-14 |
Package Last Update: | 2015-10-30 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-10-27 15:07:29 |
Package Statistics | |
---|---|
Total Downloads: | 41 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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