malankateam/luya-trello

Trello toolkits (ready frontend blocks)

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 0

Type:luya-extension

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

This package is auto-updated.

Last update: 2024-04-09 08:29:43 UTC


README

LUYA Logo

Integrate with

LUYA Logo

Malanka Total Downloads

Trello Module

The module integrate LUYA to Trello. The module has different usefull scratch block, CRUD and other feature. You can override the ready scratch features from the Luya module.

Installation

Install the module trough composer:

composer require malankateam/luya-trello:@dev

Add the modules to your project go into the modules section of your config and insert the code:

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',
        // ...
    ],
];

Run the import command afterwards:

./luya import

Usage

Usage description