1 | <?php |
||
7 | class LarafilterServiceProvider extends ServiceProvider |
||
8 | { |
||
9 | /** |
||
10 | * Bootstrap the application services. |
||
11 | */ |
||
12 | public function boot() |
||
20 | |||
21 | /** |
||
22 | * Register the application services. |
||
23 | */ |
||
24 | public function register() |
||
35 | |||
36 | /** |
||
37 | * Register the package's publishable resources. |
||
38 | * |
||
39 | * @return void |
||
40 | */ |
||
41 | protected function registerConfigPublishing() |
||
47 | |||
48 | protected function registerFacades() |
||
55 | } |
||
56 |