1 | <?php |
||
10 | class LarafolioServiceProvider extends BaseProvider |
||
11 | { |
||
12 | /** |
||
13 | * Register bindings in the container. |
||
14 | * |
||
15 | * @return void |
||
16 | */ |
||
17 | public function register() |
||
28 | |||
29 | /** |
||
30 | * Register any other events for your application. |
||
31 | * |
||
32 | * @return void |
||
33 | */ |
||
34 | public function boot() |
||
52 | |||
53 | /** |
||
54 | * Publish all pacakge resources. |
||
55 | */ |
||
56 | protected function publishResources() |
||
74 | } |
||
75 |