PHP Class Encore\Admin\Providers\AdminServiceProvider

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

Protected Properties

Свойство Type Description
$commands array
$routeMiddleware array The application's route middleware.

Méthodes publiques

Méthode Description
boot ( ) : void Boot the service provider.
register ( ) : void Register the service provider.
registerRouter ( ) : void Register admin routes.

Méthodes protégées

Méthode Description
registerCommands ( ) : void Register the commands.
registerRouteMiddleware ( ) : void Register the route middleware.
setupAuth ( ) : void Setup auth configuration.
setupClassAliases ( ) : void Setup the class aliases.

Method Details

boot() public méthode

Boot the service provider.
public boot ( ) : void
Résultat void

register() public méthode

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

registerCommands() protected méthode

Register the commands.
protected registerCommands ( ) : void
Résultat void

registerRouteMiddleware() protected méthode

Register the route middleware.
protected registerRouteMiddleware ( ) : void
Résultat void

registerRouter() public méthode

Register admin routes.
public registerRouter ( ) : void
Résultat void

setupAuth() protected méthode

Setup auth configuration.
protected setupAuth ( ) : void
Résultat void

setupClassAliases() protected méthode

Setup the class aliases.
protected setupClassAliases ( ) : void
Résultat void

Property Details

$commands protected_oe property

protected array $commands
Résultat array

$routeMiddleware protected_oe property

The application's route middleware.
protected array $routeMiddleware
Résultat array