1 | <?php |
||
9 | class FormerServiceProvider extends ServiceProvider |
||
10 | { |
||
11 | /** |
||
12 | * Bootstrap any application services. |
||
13 | * |
||
14 | * @return void |
||
15 | */ |
||
16 | public function boot() |
||
20 | |||
21 | /** |
||
22 | * Register the Former resources. |
||
23 | * |
||
24 | * @return void |
||
25 | */ |
||
26 | protected function registerResources() |
||
30 | |||
31 | /** |
||
32 | * Register the service provider. |
||
33 | * |
||
34 | * @return void |
||
35 | */ |
||
36 | public function register() |
||
48 | |||
49 | /** |
||
50 | * Setup the configuration for Former. |
||
51 | * |
||
52 | * @return void |
||
53 | */ |
||
54 | protected function configure() |
||
60 | } |
||
61 |