1 | <?php |
||
11 | class ProjectsServiceProvider extends ServiceProvider |
||
12 | { |
||
13 | /** |
||
14 | * Bootstrap the application services. |
||
15 | */ |
||
16 | public function boot() |
||
22 | |||
23 | protected function bootFactories($path) |
||
27 | |||
28 | /** |
||
29 | * Register bindings in the container. |
||
30 | * |
||
31 | * @return void |
||
32 | */ |
||
33 | public function register() |
||
41 | |||
42 | /** |
||
43 | * Register the package's migrations. |
||
44 | * |
||
45 | * @return void |
||
46 | */ |
||
47 | private function handleMigrations() |
||
57 | |||
58 | /** |
||
59 | * @return void |
||
60 | */ |
||
61 | private function registerCommands() |
||
69 | } |
||
70 |