Download the PHP package tabjen99/lara-track without Composer
On this page you can find all versions of the php package tabjen99/lara-track. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tabjen99/lara-track
More information about tabjen99/lara-track
Files in tabjen99/lara-track
Package lara-track
Short Description This package helps to create cards in trello board when system exception found.
License
Informations about the package lara-track
LaraTrack
LaraTrack brings you convinience to automatically create Trello card when system hitted exceptions.
Getting Started
These instructions will get you a laravel packages.Everything is simple & easy !
Dependency
- gregoriohc/laravel-trello
Prerequisites
You must need to have a trello account, please prepare a board,and a List for laraTrack to insert cards. Able to access trello account and generate Access Token for API integration.
[Example]
Installation
- Login to Trello via browser.
- Get Access token via this link - *(https://trello.com/app-key/)
- Get 2 items from authentication page.: Key & Token p/s : Token is not auto generated. you have to grant permissions to generate token. https://trello.com/1/authorize?expiration=never&scope=read,write,account&response_type=token&name=Server%20Token&key=[YOUR KEY HERE]
-
Let's begin our laravel plugin installation :
-
Publish Trello Config :
- Configure Provider & Alias in Config/app.php
Provider
Alias
- In config/trello.php enter api_key, api_token, board, & list
-
Publish migration file & perform migration.
- Clear Cache & log config:
Usage
- Replace function report(Exception $e) in app/exceptions/Handler.php to :
Complete
If you completed steps above , laraTrack is successfully configured and running
-- -- Happy Tracking -- --