Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Caffeinated
Modules
Support
ServiceProvider
PHP Class Caffeinated\Modules\Support\ServiceProvider
Inheritance:
extends
Illuminate\Support\ServiceProvider
ファイルを表示
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