2017 © Pedro Peláez
 

library authentication

Basic Authentication & Register for Laravel Framework

image

alfredoem/authentication

Basic Authentication & Register for Laravel Framework

  • Friday, October 30, 2015
  • by alfredoem
  • Repository
  • 1 Watchers
  • 0 Stars
  • 30 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Authentication

Basic Auth for Laravel Framework, (*1)

Installation

  1. Require this package in your composer.json and run composer update (or run composer require alfredoem/authentication directly):, (*2)

    "alfredoem/authentication": "^0.1.0"
  2. After composer update, add service providers to the config/app.php, (*3)

    Alfredoem\Authentication\AuthenticationServiceProvider::class,
  3. The next step is to install Authentication component. Run this command in terminal:, (*4)

    $ php artisan Auth:install

The Versions

30/10 2015

dev-master

9999999-dev https://github.com/alfredoem/authentication

Basic Authentication & Register for Laravel Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel packages alfredoem

16/10 2015

v0.3

0.3.0.0 https://github.com/alfredoem/authentication

Basic Authentication & Register for Laravel Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel packages alfredoem

16/10 2015

v0.2

0.2.0.0 https://github.com/alfredoem/authentication

Basic Authentication & Register for Laravel Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel packages alfredoem

15/10 2015

v0.1

0.1.0.0 https://github.com/alfredoem/authentication

Basic Auth for Laravel Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel packages alfredoem