create-admin-routing
Instructions
- Create
src/PrestaShopBundle/Resources/config/routing/admin/{domain}.yml. - For each action in the controller (listing + form actions), declare a route. Always include
_legacy_controller(permanent — see below). While the page is under migration, also include_legacy_feature_flagso requests are dispatched to the new or legacy controller depending on the flag state:admin_{domain}s_index: path: /{domain}s methods: [GET
[Description truncada. Veja o README completo no GitHub.]