Corcel\Providers\Laravel\AuthServiceProvider::boot PHP Method

boot() public method

Perform post-registration booting of services.
public boot ( ) : void
return void
    public function boot()
    {
        \Auth::provider('corcel', function ($app, array $config) {
            return new AuthUserProvider($config);
        });
    }
AuthServiceProvider