Download the PHP package creacoon/laravel-dashboard-jira-tile without Composer
On this page you can find all versions of the php package creacoon/laravel-dashboard-jira-tile. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download creacoon/laravel-dashboard-jira-tile
More information about creacoon/laravel-dashboard-jira-tile
Files in creacoon/laravel-dashboard-jira-tile
Package laravel-dashboard-jira-tile
Short Description Jira tile for spatie/laravel-dashboard
License MIT
Homepage https://github.com/creacoon/laravel-dashboard-jira-tile
Informations about the package laravel-dashboard-jira-tile
An easy overview of Jira in progress stories
This tile shows all the in progress Jira stories. It shows the story key, story title and the assignee profile image.
This tile can be used on the Laravel Dashboard.
Screenshots
Installation
- Require package via composer
- Place the required values in the
.env
file. - Place the tile component in your dashboard.
- Schedule the command in the
app/console/kernel.php
Composer
You can install the package via composer:
Env file
Place this in the .env
file.
Tile component
In your dashboard view you use the livewire:jira-tile
component.
Schedule command
In app\Console\Kernel.php
you should schedule the following commands.
Customizing the view
If you want to customize the view used to render this tile, run this command:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
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
- Dion Nijssen
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-dashboard-jira-tile with dependencies
rjvandoesburg/laravel-jira-rest-client Version ^3.0
spatie/laravel-dashboard Version ^3.1.0