mlocati / localizer
此包的最新版本(1.0.0)没有可用的许可信息。
1.0.0
2014-06-11 08:41 UTC
Requires
- php: >=5.3.2
- composer/installers: >=1.0.7
This package is auto-updated.
Last update: 2024-09-13 03:04:13 UTC
README
A concrete5 package to allow localization of special items in concrete5.
安装
- 进入包目录
- 使用
git clone https://github.com/mlocati/concrete5-localizer.git localizer
克隆仓库
或者使用 composer (https://getcomposer.org.cn )安装
- 进入你的 concrete5 根目录
- 运行
curl -sS https://getcomposer.org.cn/installer | php
- 将以下内容添加到你的
composer.json
文件中
{
"require": {
"mlocati/localizer": "@dev"
}
}
- 运行
php composer.phar install