We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67380e commit cf98266Copy full SHA for cf98266
.github/copilot-instructions.md
@@ -10,7 +10,7 @@ MageForge is a powerful CLI front-end development toolkit for Magento 2 that sim
10
- **Language**: PHP 8.3+
11
- **Package Manager**: Composer
12
- **Type**: magento2-module
13
-- **Dependencies**:
+- **Dependencies**:
14
- Laravel Prompts (for interactive CLI)
15
- Magento Framework
16
@@ -29,7 +29,7 @@ MageForge is a powerful CLI front-end development toolkit for Magento 2 that sim
29
30
- **Indentation**: Use 4 spaces (not tabs) for indentation
31
- **Line Length**: Keep lines under 80 characters wherever possible
32
-- **Naming Conventions**:
+- **Naming Conventions**:
33
- Classes: PascalCase
34
- Methods and properties: camelCase
35
- Constants: UPPER_SNAKE_CASE
0 commit comments