Hi Guys!!!
I’m creating an extension that contains a module on Yii2. This module is a Project CRUD. My question is:
-
How should I name the extension? yii2-project or yii2-projects?
-
Should the project word be in singular or plural?
I understand that the extension must have the yii2- prefix, but I don’t know if the project word must be in singular or plural, what convention should I take?
Regards!