docs: explain plugin scaffolding and generator troubleshooting - #2473
Draft
somethings (lasomethingsomething) wants to merge 9 commits into
Draft
docs: explain plugin scaffolding and generator troubleshooting#2473somethings (lasomethingsomething) wants to merge 9 commits into
somethings (lasomethingsomething) wants to merge 9 commits into
Conversation
Developer Docs healthcheckStatus: Completed with |
Adds Storefront controller lifecycle guide explaining how controller class, route attributes, routing import, service registration, and cache connect. Warns about generated plugin base class name mismatches when plugin name does not follow UpperCamelCase, which can cause PluginBaseClassNotFoundException during installation even when plugin:refresh succeeds. Links lifecycle guides from index pages and remaining documentation. Aligns all lifecycle pages with repo formatting conventions (frontmatter blank lines, consistent command formatting, improved phrasing). Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Copilot started work on behalf of
somethings (lasomethingsomething)
August 21, 2026 16:31
View session
Co-authored-by: lasomethingsomething <2453640+lasomethingsomething@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a focused guide explaining how Shopware plugin scaffolding works as coordinated framework wiring rather than isolated file generation.
The guide is based on a hands-on walkthrough of current
bin/console plugin:createscaffolding and cross-checked against currentshopware/shopwarescaffolding generators and the proposedshopware-cli extension creategenerator stories.It covers:
bin/consoleThis is intended to fill the explanatory gap between "here are the files to create" and "here is how the pieces cooperate and how to prove the feature works."