2017 © Pedro Peláez
 

library laravel-customable-auth

Customable Auth Provider for Laravel

image

bhoechie/laravel-customable-auth

Customable Auth Provider for Laravel

  • Saturday, October 8, 2016
  • by bhoechie
  • Repository
  • 1 Watchers
  • 0 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 13 % Grown

The README.md

Laravel Customable Auth Provider

This package allowed you to use a credentials field other than a password as default laravel credentials, (*1)

Requirements

  • PHP 5.5
  • Laravel >= 5.2

Installation

To install the PHP client library using Composer: composer require bhoechie/laravel-customable-auth, (*2)

Then add Bhoechie\CustomableAuth\AuthServiceProvider to the providers array in your config/app.php before application service provider:, (*3)

Bhoechie\CustomableAuth\AuthServiceProvider::class

/*
* Application Service Providers...
*/

Configuration

You must publish config using artisan vendor:publish to copy the distribution configuration file to your app's config directory:, (*4)

php artisan vendor:publish

Then set either the password_field base on your database password name., (*5)

The Versions

08/10 2016

dev-master

9999999-dev

Customable Auth Provider for Laravel

  Sources   Download

MIT

The Requires

 

by Septian Si Bhoechie

laravel auth credentials customable

08/10 2016

1.1

1.1.0.0

Customable Auth Provider for Laravel

  Sources   Download

MIT

The Requires

 

by Septian Si Bhoechie

laravel auth credentials customable

07/10 2016

1.0

1.0.0.0

Customable Auth Provider for Laravel

  Sources   Download

MIT

The Requires

 

by Septian Si Bhoechie

laravel auth credentials customable