Adds parties (humans, businesses, etc) and multiple contact points (emails, phones) to the default Laravel 5.1 users implementation.
- [Add to your composer file]
- Add the service provider to the
providers
array inconfig/app.php
:
GridPrinciples\Users\UserServiceProvider::class,
- Publish the package files
php artisan vendor:publish
- Run the migrations
php artisan migrate
- Set
'driver' => 'gridprinciples',
inconfig/auth.php