LaravelPackages.net
Acme Inc.
Toggle sidebar
murataygun/user-provider

User provider system for Laravel thirty party auth

13
0
1.1.3
About murataygun/user-provider

murataygun/user-provider is a Laravel package for user provider system for laravel thirty party auth. It currently has 0 GitHub stars and 13 downloads on Packagist (latest version 1.1.3). Install it with composer require murataygun/user-provider. Discover more Laravel packages by murataygun or browse all Laravel packages to compare alternatives.

Last updated

User provider system for Laravel thirty party auth

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,
    ]

Star History Chart