PHP Class Mpociot\ApiDoc\ApiDocGeneratorServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: mpociot/laravel-apidoc-generator

Public Methods

Method Description
boot ( ) : void Bootstrap the application events.
register ( ) : void Register the API doc commands.
resource_path ( string $path = '' ) : string Return a fully qualified path to a given file.

Method Details

boot() public method

Bootstrap the application events.
public boot ( ) : void
return void

register() public method

Register the API doc commands.
public register ( ) : void
return void

resource_path() public method

Return a fully qualified path to a given file.
public resource_path ( string $path = '' ) : string
$path string
return string