malankateam / luya-trello
Trello toolkits (ready frontend blocks)
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:luya-extension
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-12-09 09:51:17 UTC
README
Integrate withTrello 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