PHP Class Appzcoder\LaravelAdmin\LaravelAdminServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: appzcoder/laravel-admin

Protected Properties

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

Méthodes publiques

Méthode Description
boot ( Router $router ) : void Perform post-registration booting of services.
register ( ) : void Register the service provider.

Method Details

boot() public méthode

Perform post-registration booting of services.
public boot ( Router $router ) : void
$router Illuminate\Routing\Router
Résultat void

register() public méthode

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

Property Details

$defer protected_oe property

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