rmanara / opencart_ide

安装: 88

依赖: 0

建议者: 0

安全: 0

星星: 5

关注者: 2

分支: 3

开放问题: 0

类型:项目

1.1.2 2017-09-09 23:37 UTC

This package is not auto-updated.

Last update: 2024-09-28 20:03:43 UTC


README

Latest Stable Version Total Downloads License Latest Unstable Version

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

然后转到任何控制器并检查