| 1 | <?php |
||
| 9 | class ApiDocGeneratorServiceProvider extends ServiceProvider |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Bootstrap the application events. |
||
| 13 | * |
||
| 14 | * @return void |
||
| 15 | */ |
||
| 16 | public function boot() |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Register the API doc commands. |
||
| 28 | * |
||
| 29 | * @return void |
||
| 30 | */ |
||
| 31 | public function register() |
||
| 45 | |||
| 46 | /** |
||
| 47 | * Return a fully qualified path to a given file. |
||
| 48 | * |
||
| 49 | * @param string $path |
||
| 50 | * |
||
| 51 | * @return string |
||
| 52 | */ |
||
| 53 | public function resource_path($path = '') |
||
| 57 | } |
||
| 58 |