PHP Class L5Swagger\Http\Controllers\SwaggerController

Inheritance: extends Illuminate\Routing\Controller
Afficher le fichier Open project: darkaonline/l5-swagger

Méthodes publiques

Méthode Description
api ( ) : Response Display Swagger API page.
docs ( string $jsonFile = null ) : Response Dump api-docs.json content endpoint.

Method Details

api() public méthode

Display Swagger API page.
public api ( ) : Response
Résultat Response

docs() public méthode

Dump api-docs.json content endpoint.
public docs ( string $jsonFile = null ) : Response
$jsonFile string
Résultat Response