![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | lib/ | 2 years ago | - | |
![]() | templates/ | 2 years ago | - | |
![]() | LICENSE | 39 years ago | 1.4K | 7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك] |
![]() | README.md | 39 years ago | 1.1K | f12eb36 documentaiton updates [كارل مبارك] |
![]() | package.json | 2 years ago | 1.9K | 7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك] |
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