Download the PHP package creacoon/laravel-dashboard-helpscout-tile without Composer
On this page you can find all versions of the php package creacoon/laravel-dashboard-helpscout-tile. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download creacoon/laravel-dashboard-helpscout-tile
More information about creacoon/laravel-dashboard-helpscout-tile
Files in creacoon/laravel-dashboard-helpscout-tile
Package laravel-dashboard-helpscout-tile
Short Description helpdesk tile for spatie/laravel-dashboard
License MIT
Homepage https://github.com/creacoon/laravel-dashboard-helpscout-tile
Informations about the package laravel-dashboard-helpscout-tile
A short description of the tile
This tile displays the amount of active tickets, pending tickets and the amount of tickets that have been solved today.
This tile can be used on the Laravel Dashboard.
Screenshots
The background color of the open ticket count becomes brighter red when there are more open tickets.
Installation
- Require the package via composer
- Place all the necessary information in the config file, use the template below. ('app_id', 'app_secret' and 'mailboxes' are necessary. The others are optional.) (read https://developer.helpscout.com/docs-api/ for information about generating api keys)
- Place the tile component in your dashboard. Fill in the
mailboxId
in the tag. - Schedule the command in the kernel.php.
Composer
You can install the package via composer:
Config file
In the dashboard
config file, you must add this configuration in the tiles
key. The mailboxes
should contain an array of mailbox id's that you want to use on the dashboard.
Tile component
In your dashboard view you use the livewire:helpscout-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-helpscout-tile with dependencies
spatie/laravel-dashboard Version ^2.0
helpscout/api Version ^3.0
nesbot/carbon Version ^2.42.0