Property | Type | Description | |
---|---|---|---|
$defer | boolean | Indicates if loading of the provider is deferred. |
Method | Description | |
---|---|---|
boot ( ) : void | Register the mongoLid driver in auth AuthManager. | |
extendsAuthManager ( ) : void | Registers mongoLid Driver in AuthManager. | |
register ( ) : void | Register the service provider. | |
registerConnector ( ) : void | Register MongoDbConnector within the application. |
Method | Description | |
---|---|---|
buildConnectionString ( ) : string | Builds the connection string based in the laravel's config/database.php config file. |
protected buildConnectionString ( ) : string | ||
return | string | The connection string |
public extendsAuthManager ( ) : void | ||
return | void |
public registerConnector ( ) : void | ||
return | void |
protected bool $defer | ||
return | boolean |