Magento 1.7 數據庫圖 :magento-database-diagramphp
magento 1.3 數據庫圖 :magento-URLhtml
Magento CE 1.9.2.2 database diagram前端
Magento CE 2.1.3 database diagramgit
模塊開發手冊 —— 開發 | 教程 | 博客 | Mageplaza Docs github
inchoo.netjson
===========================後端
框架特色:設計模式
magento2 - Invalid credentials for 'https://repo.magento.com/packages.json', aborting.
Magento 2 Plugin - Interceptor - Magento 2插件 - 攔截器-插件開發
Magento 2 Theme Ultimate Guide - 如何建立Magento 2主題終極指南
Routing 爲 Magento 2 一個重要的部分,本文介紹基本應用
Magento2 Service contracts 服務合同
Magento 2 Error: A technical problem with the server created an error. Try again to continue what you were doing. If the problem persists, try again later.
===========================
國外模式:
命令模式:
#模塊狀態 php bin/magento module:status #啓用模塊 命令以下 或 ,修改 app/etc/config.php 添加 'Mageplaza_HelloWorld' => 1, php bin/magento module:enable Mageplaza_HelloWorld #更新數據庫 php bin/magento setup:upgrade #卸載模塊 php bin/magento module:uninstall Mageplaza_HelloWorld #更新靜態內容 php bin/magento setup:static-content:deploy || php -dmemory_limit=6G bin/magento setup:static-content:deploy #更新緩存 php bin/magento cache:clean && php bin/magento cache:flush @更新索引 php bin/magento indexer:reindex #切換生產模式 rm -rf var/di && php bin/magento deploy:mode:set production #切換開發模式 rm -rf var/di && php bin/magento deploy:mode:set developer #更新組件以實際應用Admin主題 php bin/magento setup:di:compile #解鎖Admmin用戶 php bin/magento admin:user:unlock <admin_name> #啓用或禁用探查器 php bin/magento dev:profiler:enable html php bin/magento dev:profiler:enable csvfile php bin/magento dev:profiler:disable
實例Sample:
Magento 2.0 Sample CRUD module
工具Tool:
composer require vpietri/adm-quickdevbar && php bin/magento module:enable ADM_QuickDevBar && php bin/magento setup:upgrade
LINK
composer require mirasvit/module-profiler php -f bin/magento module:enable Mirasvit_Profiler php -f bin/magento setup:upgrade php -f bin/magento mirasvit:profiler:enable
博客: