alfredoem / authentication
Basic Authentication & Register for Laravel Framework
v0.3
2015-10-16 19:55 UTC
Requires
- php: >=5.3.0
- illuminate/support: ~5.1
Requires (Dev)
- phpunit/phpunit: 4.*
This package is not auto-updated.
Last update: 2024-11-09 19:45:12 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