| 1 | <?php |
||
| 17 | class JusibeServiceProvider extends ServiceProvider |
||
| 18 | { |
||
| 19 | |||
| 20 | /* |
||
| 21 | * Indicates if loading of the provider is deferred. |
||
| 22 | * |
||
| 23 | * @var bool |
||
| 24 | */ |
||
| 25 | protected $defer = false; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Publishes all the config file this package needs to function |
||
| 29 | */ |
||
| 30 | public function boot() |
||
| 38 | |||
| 39 | /** |
||
| 40 | * Register the application services. |
||
| 41 | */ |
||
| 42 | public function register() |
||
| 50 | |||
| 51 | /** |
||
| 52 | * Get the services provided by the provider |
||
| 53 | * @return array |
||
| 54 | */ |
||
| 55 | public function provides() |
||
| 59 | } |