malankateam/luya-trello

Trello 工具包(前端块模板)

安装: 4

依赖关系: 0

建议者: 0

安全: 0

星标: 1

关注者: 2

分支: 1

公开问题: 0

类型:luya-extension

dev-master 2019-06-08 22:14 UTC

This package is auto-updated.

Last update: 2024-09-09 09:21:35 UTC


README

LUYA Logo

集成

LUYA Logo

Malanka Total Downloads

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

用法

用法说明