网站首页 / 标签: magento2后台开发
Magento2后台模块moudule其实很简单,可以参考已有的代码,规范写法,就可以开发出自己想要的功能模块,这里给一个基本的后台模块开发示范实例:To add a menu/sub-menu, check out the following files:etc/adminhtml/menu.xmletc/adminhtml/routes.xmlTo bind a page to those s...