Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Owl
Providers
AppServiceProvider
PHP Class Owl\Providers\AppServiceProvider
Inheritance:
extends
Illuminate\Support\ServiceProvider
Show file
Open project: owl/owl
Public Methods
Method
Description
boot
( ) :
void
Bootstrap any application services.
register
( ) :
void
Register any application services.
Method Details
boot()
public
method
Bootstrap any application services.
public
boot
( ) :
void
return
void
register()
public
method
This service provider is a great spot to register your various container bindings with the application. As you can see, we are registering our "Registrar" implementation here. You can add your own bindings too!
public
register
( ) :
void
return
void