PHP Class Artesaos\Defender\Providers\DefenderServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: artesaos/defender

Protected Properties

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

Méthodes publiques

Méthode Description
boot ( )
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.

Méthodes protégées

Méthode Description
registerBladeExtensions ( ) Register new blade extensions.
registerRepositoryInterfaces ( ) Bind repositories interfaces with their implementations.

Private Methods

Méthode Description
loadHelpers ( ) Load the helpers file.
publishMigrations ( ) Publish migration file.
publishResources ( ) Publish configuration file.
registerCommands ( ) Register the commands.
setUserModelConfig ( ) Set the default configuration for the user model.
stripParentheses ( string $expression ) : string Strip the parentheses from the given expression.

Method Details

boot() public méthode

public boot ( )

provides() public méthode

Get the services provided by the provider.
public provides ( ) : array
Résultat array

register() public méthode

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

registerBladeExtensions() protected méthode

Register new blade extensions.
protected registerBladeExtensions ( )

registerRepositoryInterfaces() protected méthode

Bind repositories interfaces with their implementations.

Property Details

$defer protected_oe property

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