Download the PHP package mrli/composer-think3-addons without Composer
On this page you can find all versions of the php package mrli/composer-think3-addons. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package composer-think3-addons
说明
- 从onethink中提取
- 支持thinkphp 3.2.3
安装
配置
-
项目配置中添加
- 其中 ADDONS_LIST中添加 钩子=>插件名
调用
注意
- 由于个人初学composer,映射有些问题,需要以下操作才能正常使用,望有路过的大神指点
Controller层
- 应用中创建模块Addon/Controller,并将src/addons/的AddonsController.class.php文件移入
Behavior层
- 创建Common/Behavior,并将src/addons/的InitHookBehavior.class.php文件移入
Conf层
- 创建Common/Conf,并将src/addons/的tags.php文件移入
目录结构
----Addons
---插件目录
----Application
---Addon
--Controller
-AddonsController.class.php
---Common
--Behavior
-InitHookBehavior.class.php
--Conf
-tags.php
All versions of composer-think3-addons with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package mrli/composer-think3-addons contains the following files
Loading the files please wait ....