| 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: | 2025-11-06 15:07:42 |
| Package Statistics | |
|---|---|
| Total Downloads: | 44 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| 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