Download the PHP package tkaratug/laravel-dashboard-trello-tile without Composer
On this page you can find all versions of the php package tkaratug/laravel-dashboard-trello-tile. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tkaratug/laravel-dashboard-trello-tile
More information about tkaratug/laravel-dashboard-trello-tile
Files in tkaratug/laravel-dashboard-trello-tile
Package laravel-dashboard-trello-tile
Short Description Trello tile for Laravel Dashboard
License MIT
Homepage https://github.com/tkaratug/laravel-dashboard-trello-tile
Informations about the package laravel-dashboard-trello-tile
Trello Tile
A tile for Laravel Dashboard that displays tasks from Trello.
Install
Via Composer
Usage
In the dashboard
config file, you must add this configuration in the tiles
key. The list_id
should be any list id from Trello that you want to display on the dashboard.
In app\Console\Kernel.php
you should schedule the Tkaratug\TrelloTile\Commands\FetchTrelloCardsCommand
to run every x
minutes.
In your dashboard view you use the livewire:trello-tile
component.
You can specify the number of tasks you want to be displayed on your dashboard with count
attribute.
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Turan Karatuğ
- All Contributors
License
The MIT License (MIT). Please see License File for more information.