
php-laravel.routes.mustache Maven / Gradle / Ivy
The newest version!
{{>php_file_header}}
use Illuminate\Support\Facades\Route;
{{#apiInfo}}
{{#apis}}
{{#operations}}
{{#operation}}
/**
* {{httpMethod}} {{operationId}}
* Summary: {{summary}}
* Notes: {{notes}}
*/
Route::{{httpMethod}}('{{{basePathWithoutHost}}}{{{path}}}', [\{{controllerPackage}}\{{controllerName}}::class, '{{operationId}}'])->name('{{vendorExtensions.x-route-name}}');
{{/operation}}
{{/operations}}
{{/apis}}
{{/apiInfo}}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy