mirror of
https://github.com/strapi/strapi.git
synced 2025-09-06 23:28:02 +00:00

- Fix minor errors and improve translation after review it in context (comments from PR #1566) - Missing ES translations (issue #1621) - Normalize tone using a formal style
strapi-generate-controller
This Strapi generator contains the default files for a controller.
This generator can be called with:
$ strapi generate:controller controllerName apiName
For example if you want to generate a group
controller for the user
API:
$ strapi generate:controller group user