PHP Class MongolidLaravel\MongolidServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: leroy-merlin-br/mongolid-laravel Class Usage Examples

Protected Properties

Свойство Type Description
$defer boolean Indicates if loading of the provider is deferred.

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
buildConnectionString ( ) : string Builds the connection string based in the laravel's config/database.php config file.

Method Details

boot() public méthode

Register the mongoLid driver in auth AuthManager.
public boot ( ) : void
Résultat void

buildConnectionString() protected méthode

Builds the connection string based in the laravel's config/database.php config file.
protected buildConnectionString ( ) : string
Résultat string The connection string

extendsAuthManager() public méthode

Registers mongoLid Driver in AuthManager.
public extendsAuthManager ( ) : void
Résultat void

register() public méthode

Register the service provider.
public register ( ) : void
Résultat void

registerConnector() public méthode

Register MongoDbConnector within the application.
public registerConnector ( ) : void
Résultat void

Property Details

$defer protected_oe property

Indicates if loading of the provider is deferred.
protected bool $defer
Résultat boolean