malankateam / luya-trello
Trello 工具包(前端块模板)
dev-master
2019-06-08 22:14 UTC
Requires
- cdaguerre/php-trello-api: @dev
- luyadev/luya-core: ^1.0
- luyadev/luya-module-admin: ^2.0
Requires (Dev)
- luyadev/luya-testsuite: ~1.0.0
This package is auto-updated.
Last update: 2024-09-09 09:21:35 UTC
README
集成Trello 模块
该模块将 LUYA 与 Trello 集成。该模块提供了多种有用的刮板块、CRUD 以及其他功能。您可以从 Luya 模块中覆盖现有的刮板功能。
安装
通过 composer 安装模块
composer require malankateam/luya-trello:@dev
将模块添加到您的项目中,进入配置的模块部分并插入以下代码
return [ 'modules' => [ // ... 'trellofrontend' => [ 'class' => 'malankateam\luya\trello\frontend\Module', 'useAppViewPath' => false, // When enabled the views will be looked up in the @app/views folder, otherwise the views shipped with the module will be used. ], 'trelloadmin' => 'malankateam\luya\trello\admin\Module', // ... ], ];
之后运行导入命令
./luya import
用法
用法说明