php-trello-api
php-trello-api copied to clipboard
How to upload image to a card?
Trello::card()->attachments()->create($card->getId(), ['file' => 'C:/Users/Admin/Desktop/1abc.png']);
Just read other issues https://github.com/cdaguerre/php-trello-api/issues/15#issuecomment-253042990