1 | <?php |
||
9 | class ServiceProvider extends BaseServiceProvider |
||
10 | { |
||
11 | /** |
||
12 | * Bootstrap the application services. |
||
13 | * |
||
14 | * @return void |
||
15 | */ |
||
16 | public function boot() |
||
20 | |||
21 | /** |
||
22 | * Register the application services. |
||
23 | * |
||
24 | * @return void |
||
25 | */ |
||
26 | public function register() |
||
33 | |||
34 | private function registerConfig() |
||
38 | |||
39 | private function registerPersister() |
||
45 | |||
46 | private function registerLoader() |
||
61 | |||
62 | private function registerCommand() |
||
70 | |||
71 | } |
||
72 |