Looking to hire Laravel developers? Try LaraJobs

laravel-trello-commands maintained by mattreesjenkins

Description
Laravel Artisan commands for Trello
Last update
2023/10/14 13:54 (dev-main)
License
Downloads
53

Comments
comments powered by Disqus

Laravel Trello Commands

Artisan commands to manage Trello lists and cards.

Installation

Via Composer

composer require --dev mattreesjenkins/laravel-trello-commands

You will need a Trello Auth Token which you can get here and add it to your .env file.

TRELLO_AUTH_TOKEN=xxx

There is a single table used to store the ids and names of the current workspace, board, and list. You will need to run the migration to set this up.

php artisan migrate

Usage

From the console enter:

php artisan todo

To reset the current workspace, board, and list, enter:

php artisan todo --configure

Change log

Please see the changelog for more information on what has changed recently.

Roadmap

  • Probably should write some tests :grimacing:
  • Additional commands
  • Models for Workspace, Lists, and Cards
  • More tests... :cold_sweat:

Credits

License

Laravel Prompts is open-sourced software licensed under the MIT license.