LaravelPackages.net
Acme Inc.
Toggle sidebar
bhoechie/laravel-customable-auth

Customable Auth Provider for Laravel

35
0
1.1
About bhoechie/laravel-customable-auth

bhoechie/laravel-customable-auth is a Laravel package for customable auth provider for laravel. It currently has 0 GitHub stars and 35 downloads on Packagist (latest version 1.1). Install it with composer require bhoechie/laravel-customable-auth. Discover more Laravel packages by bhoechie or browse all Laravel packages to compare alternatives.

Last updated

Laravel Customable Auth Provider

This package allowed you to use a credentials field other than a password as default laravel credentials

Requirements

  • PHP 5.5
  • Laravel >= 5.2

Installation

To install the PHP client library using Composer: composer require bhoechie/laravel-customable-auth

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

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:

php artisan vendor:publish

Then set either the password_field base on your database password name.

Comments