Best laravel framework open-source packages.

Luya trello

Integration Luya to Trello. The plugin contains scratch kickstarter blocks, crud and other features.
Updated 4 years ago

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

Tags trello php