Skip to content

Conversation

@Rafikooo
Copy link
Contributor

@Rafikooo Rafikooo commented Jan 9, 2026

Summary

  • Add dedicated section explaining plugin naming conventions (official vs community)
  • Document that rename script runs automatically after composer create-project
  • Add warning about Plugin suffix requirement for directory name
  • Remove Claude/AI assistant hints
  • Simplify cleanup step

Plugin Naming Conventions

Official Sylius Plugins

Element Pattern Example
Namespace Sylius\{Feature}Plugin Sylius\InvoicingPlugin
Package sylius/{feature}-plugin sylius/invoicing-plugin

Community Plugins

Element Pattern Example
Namespace {Vendor}\Sylius{Feature}Plugin Acme\SyliusWishlistPlugin
Package {vendor}/sylius-{feature}-plugin acme/sylius-wishlist-plugin

Document the official and community plugin naming patterns for
namespaces and package names.
- Add note about Plugin suffix requirement for directory name
- Mention that rename script runs automatically after installation
- Remove Claude/AI assistant hints
- Simplify cleanup step
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant