gdpro/gdpro-list
最新稳定版本:1.0.9
Composer 安装命令:
composer require gdpro/gdpro-list
包简介
Gdpro List of object
README 文档
README
Library which provide a simple ACL system via the configuration file.
Installation
=======
Gdpro List
Introduction
Gdpro List is a collection of list of different kind of object.
Changelog
Requirements
Please see the composer.json file.
Installation
Run the following composer command:
$ composer require "gdpro/gdpro-list:~1.0"
Alternately, manually add the following to your composer.json, in
the require section:
"require": { "gdpro/gdpro-list": "~1.0" }
And then run composer update to ensure the module is installed.
Finally, add the module name to your project's config/application.config.php
under the modules key:
return array( /* ... */ 'modules' => array( /* ... */ 'GdproList', ), /* ... */ );
统计信息
- 总下载量: 80
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-07-02