1 | <?php |
||
8 | class PayuServiceProvider extends ServiceProvider |
||
9 | { |
||
10 | /** |
||
11 | * Perform post-registration booting of services. |
||
12 | * |
||
13 | * @return void |
||
14 | */ |
||
15 | public function boot() |
||
28 | |||
29 | /** |
||
30 | * Register any package services. |
||
31 | * |
||
32 | * @return void |
||
33 | */ |
||
34 | public function register() |
||
43 | |||
44 | /** |
||
45 | * Publish Config file and Migration File. |
||
46 | */ |
||
47 | protected function publishFiles() |
||
63 | |||
64 | /** |
||
65 | * Load Routes and Views. |
||
66 | */ |
||
67 | protected function loadItems() |
||
81 | |||
82 | } |
||
83 |