eugene-petrov/magento2-controller

Magento 2 frontend and admin controller examples

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

pkg:composer/eugene-petrov/magento2-controller

dev-main 2021-10-21 12:07 UTC

This package is auto-updated.

Last update: 2025-09-21 21:04:31 UTC


README

ExtDN M2 Coding Standard ExtDN M2 Mess Detector ExtDN M2 PHPStan

Snippet_Controller

Task: you need to create a frontend or admin controller.

Frontend: http://{host.name}/snippet/

Admin: Admin Panel > Content > Snippet Admin Controller

To enable this module execute:

  • php bin/magento --clear-static-content module:enable Snippet_Controller
  • php bin/magento setup:upgrade