Download the PHP package alfredoem/authentication without Composer
On this page you can find all versions of the php package alfredoem/authentication. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alfredoem/authentication
More information about alfredoem/authentication
Files in alfredoem/authentication
Download alfredoem/authentication
More information about alfredoem/authentication
Files in alfredoem/authentication
Vendor alfredoem
Package authentication
Short Description Basic Authentication & Register for Laravel Framework
License MIT
Homepage https://github.com/alfredoem/authentication
Package authentication
Short Description Basic Authentication & Register for Laravel Framework
License MIT
Homepage https://github.com/alfredoem/authentication
Please rate this library. Is it a good library?
Informations about the package authentication
Authentication
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
All versions of authentication with dependencies
PHP Build Version
Package Version
The package alfredoem/authentication contains the following files
Loading the files please wait ....