2017 © Pedro Peláez
 

library laravel-auth-file-driver

A File Authentication Driver for Laravel

image

lucor/laravel-auth-file-driver

A File Authentication Driver for Laravel

  • Wednesday, June 18, 2014
  • by lucor
  • Repository
  • 1 Watchers
  • 3 Stars
  • 296 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 3 Versions
  • 2 % Grown

The README.md

File authentication driver for Laravel

A File Authentication Driver for Laravel., (*1)

Total Downloads Latest Stable Version Build Status, (*2)

Installation

Composer

As usual, install this package through Composer., (*3)

"require": {
    "lucor/laravel-auth-file-driver": "0.9.*"
}

Service Provider configuration

Add the service provider in app/config/app.php in the providers section:, (*4)

'providers' => array(
    ...
    'Lucor\Auth\AuthServiceProvider',
)

Driver configuration

Change the default driver in app/config/auth.php:, (*5)

'driver' => 'file',

Users configuration

Execute the config publish command:, (*6)

php artisan config:publish lucor/laravel-auth-file-driver., (*7)

this will add the users configuration file in app/config/packages/lucor/auth/users.php., (*8)

This package is released under the MIT License. See the LICENSE file for details., (*9)

The Versions

18/06 2014

dev-master

9999999-dev

A File Authentication Driver for Laravel

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Luca Corbo

laravel file auth driver

18/06 2014

0.9.1

0.9.1.0

A File Authentication Driver for Laravel

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Luca Corbo

laravel file auth driver

23/12 2013

0.9.0

0.9.0.0

A File Authentication Driver for Laravel

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Luca Corbo

laravel file auth driver