You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/development/index.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ To build an [Extensions](extensions/index.md), first choose the correct type:
35
35
36
36
Each extension guide walks you through the full development flow: creation → lifecycle → implementation → testing.
37
37
38
-
To sell an extension or offer paid features, see the [Monetization guide](./monetization) for available models such as paid extensions, In-App Purchases, and commission-based integrations.
38
+
To sell an extension or offer paid features, see the [Monetization guide](monetization/index.md) for available models such as paid extensions, In-App Purchases, and commission-based integrations.
39
39
40
40
## Typical development workflow
41
41
@@ -57,7 +57,7 @@ Before starting new development, review the [Upgrades and Migrations](../upgrade
57
57
Upgrade complexity depends on the installation:
58
58
59
59
* Heavy custom code increases migration effort.
60
-
* No custom code but 60 Store plugins can be equally complex.
60
+
* No custom code, but 60 Store plugins can be equally complex.
61
61
* Most real-world projects fall somewhere in between.
62
62
63
63
A consistent architecture, centralized CI, and controlled extension strategy help you get ahead of upgrade pain.
@@ -82,7 +82,11 @@ The Administration is part of the runtime environment and will be used throughou
82
82
83
83
### Development tooling
84
84
85
-
*`bin/console`: Shopware's built-in CLI, used for installing and activating plugins, running database migrations, clearing caches, executing scheduled tasks, and inspecting system state. See [command reference guide](resources/references/core-reference/commands-reference.html).
86
-
* The standalone [Shopware CLI](https://developer.shopware.com/docs/products/cli/installation.html) supports project scaffolding, CI/CD workflows, automation tasks, and more. See the [helper commands guide](products/cli/project-commands/helper-commands.html).
87
-
* IDE support: Shopware provides a [PHPStorm plugin](/tooling/shopware-toolbox.md) and [VS Code extension](https://marketplace.visualstudio.com/items?itemName=shopware.shopware-lsp).
88
-
*[Deployment Helper](guides/hosting/deployment-helper/): Supports database and maintenance operations for deployments (e.g., migrations, cache handling).
85
+
*`bin/console`: Shopware's built-in CLI, used for installing and activating plugins, running database migrations, clearing caches, executing scheduled tasks, and inspecting system state. See [command reference guide](../../resources/references/core-reference/commands-reference.md).
86
+
* The standalone [Shopware CLI](../../products/cli/installation.md) supports project scaffolding, CI/CD workflows, automation tasks, and more. See the [helper commands guide](../../products/cli/project-commands/helper-commands.md).
87
+
* IDE support: Shopware provides a [PHPStorm plugin](tooling/shopware-toolbox.md) and [VS Code extension](https://marketplace.visualstudio.com/items?itemName=shopware.shopware-lsp).
88
+
*[Deployment Helper](../hosting/installation-updates/deployments/deployment-helper.md): Supports database and maintenance operations for deployments (e.g., migrations, cache handling).
89
+
90
+
### Troubleshooting
91
+
92
+
The [troubleshooting](troubleshooting/index.md) guides provide reference information about the data abstraction layer (DAL), flow, and rules.
0 commit comments