Package Data | |
---|---|
Maintainer Username: | bhoechie |
Maintainer Contact: | septian.bhoechie@gmail.com (Septian Si Bhoechie) |
Package Create Date: | 2016-10-07 |
Package Last Update: | 2016-10-08 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-22 03:07:24 |
Package Statistics | |
---|---|
Total Downloads: | 32 |
Monthly Downloads: | 2 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
This package allowed you to use a credentials field other than a password as default laravel credentials
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...
*/
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.