alfredoem / authentication
Basic Authentication & Register for Laravel Framework
Installs: 44
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/alfredoem/authentication
Requires
- php: >=5.3.0
- illuminate/support: ~5.1
Requires (Dev)
- phpunit/phpunit: 4.*
This package is not auto-updated.
Last update: 2025-09-28 00:50:39 UTC
README
Basic Auth for Laravel Framework
Installation
-
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