1 | <?php |
||
9 | class SeoServiceProvider extends ServiceProvider |
||
10 | { |
||
11 | /** |
||
12 | * Bootstrap any application services. |
||
13 | * |
||
14 | * @return void |
||
15 | */ |
||
16 | public function boot() |
||
21 | |||
22 | protected function bootConfig() |
||
32 | |||
33 | protected function bootDirectives() |
||
39 | |||
40 | /** |
||
41 | * Register any application services. |
||
42 | * |
||
43 | * @return void |
||
44 | */ |
||
45 | public function register() |
||
51 | |||
52 | public function provide() |
||
58 | } |
||
59 |