bukka / bukka-accounts
账户模块 - 仅用于测试
0.1.0
2014-03-31 12:48 UTC
Requires
- php: >=5.3.3
- zendframework/zendframework: 2.2.*
This package is not auto-updated.
Last update: 2024-09-28 15:45:44 UTC
README
这是一个测试模块,允许使用 ZF2 列出、添加、编辑和删除收入。
安装
使用 composer
$ composer require bukka/bukka-accounts 0.*
然后将模块添加到 application.config.php
。
您还需要使模块的公共目录可通过 Web 服务器访问。最简单的方法是使用 AssetManager。