murataygun / user-provider
User provider system for Laravel thirty party auth
1.1.3
2020-05-25 21:25 UTC
This package is auto-updated.
Last update: 2025-06-26 08:47:40 UTC
README
Installation
To get started with user-provider, simply run:
composer require murataygun/user-provider
php artisan vendor:publish --provider="murataygun\UserProvider\UserProviderServiceProvider" --tag=config --force
Open config/user-provider.php file and change your User model
'models' => [
'user' => \App\User::class,
]