ant generate subroute appends a new endpoint to an existing route’s Blueprint, and adds corresponding methods to the service and repository.
Syntax
Run this command from the project root. The parent route must already exist.
Arguments
Options
Examples
GET subroute
GET /users/profile.
POST subroute
POST /users/create.