1 | <?php |
||
6 | class GeneratorServiceProvider extends ServiceProvider |
||
7 | { |
||
8 | /** |
||
9 | * Bootstrap the application services. |
||
10 | * |
||
11 | * @return void |
||
12 | */ |
||
13 | public function boot() |
||
17 | |||
18 | /** |
||
19 | * Register the application services. |
||
20 | * |
||
21 | * @return void |
||
22 | */ |
||
23 | public function register() |
||
27 | |||
28 | /** |
||
29 | * Register the module:make command. |
||
30 | * |
||
31 | * @return void |
||
32 | */ |
||
33 | private function registerMakeModuleCommand() |
||
41 | } |
||
42 |