rmanara / opencart_ide
1.1.2
2017-09-09 23:37 UTC
Requires
- php: >=5.5.9
- symfony/filesystem: ^3.1
- symfony/finder: ^3.1
This package is not auto-updated.
Last update: 2024-09-28 20:03:43 UTC
README
opencart-ide
创建此工具以帮助您在Opencart中识别魔法方法名
使用 composer require
composer require rmanara/opencart_ide
或直接在composer中添加它,如下所示
{
"name": "opencart/opencart",
...
"require": {
...
"rmanara/opencart_ide" : "^1.0"
}
}
在composer中添加脚本,以便在更新/安装时自动运行
{
"name": "opencart/opencart",
...
"require": {
...
},
"scripts": {
"post-install-cmd": [
"IDE\\Installer::Init"
],
"post-update-cmd": [
"IDE\\Installer::Init"
]
}
}
运行 "composer install" 后,您将看到 th
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> IDE\Installer::Init