4ernovm/whmcs-foundation

此包最新版本(0.2.1)没有可用的许可信息。

允许以MVC方式处理插件页面

0.2.1 2016-12-26 14:53 UTC

This package is auto-updated.

Last update: 2024-09-07 01:53:24 UTC


README

允许以MVC方式处理插件页面。

安装

4ernovm/whmcs-foundation 添加到 composer.json 中的要求

{
    "require": {
        "4ernovm/whm-foundation": "0.2.*"
    }
}

添加仓库信息

"repositories": [
    {
        "type": "vcs",
        "url": "git@github.com:4ernovm/whmcs-foundation.git"
    }
],

然后运行 composer update

用法

即将上线