All Downloads are FREE. Search and download functionalities are using the official Maven repository.

php-laravel.routes.api.mustache Maven / Gradle / Ivy

There is a newer version: 7.8.0
Show newest version
licenseInfo}}
{{#apiInfo}}
{{#apis}}
{{#operations}}
{{#operation}}
/**
 * {{httpMethod}} {{operationId}}
 * Summary: {{summary}}
 * Notes: {{notes}}
{{#hasProduces}} * Output-Formats: [{{#produces}}{{{mediaType}}}{{#hasMore}}, {{/hasMore}}{{/produces}}]{{/hasProduces}}
 */
Route::{{httpMethod}}('{{{basePathWithoutHost}}}{{{path}}}', '{{classname}}@{{operationId}}');
{{/operation}}
{{/operations}}
{{/apis}}
{{/apiInfo}}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy