资源介绍
开卡特
创建以帮助您识别Opencart上的魔术方法名称
使用作曲家要求
composer require rmanara/opencart_ide
或像这样将其添加到作曲家中
{
"name": "opencart/opencart",
...
"require": {
...
"rmanara/opencart_ide" : "^1.0"
}
}
在composer上添加脚本,以便它将在更新/安装时为您运行
{
"name": "opencart/opencart",
...
"require": {
...
},
"scripts": {
"post-install-cmd": [
"IDE\\Installer::Init"
],