PHP Class Caffeinated\Modules\Support\ServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Datei anzeigen Open project: caffeinated/modules

Public Methods

Method Description
register ( ) : void Register bindings in the container.

Protected Methods

Method Description
addMiddleware ( array | string $middleware ) : void Register any additional module middleware.

Method Details

addMiddleware() protected method

Register any additional module middleware.
protected addMiddleware ( array | string $middleware ) : void
$middleware array | string
return void

register() public method

Register bindings in the container.
public register ( ) : void
return void