Skip to content

Commit cc53267

Browse files
committed
Updated package description and added Laravel 6 support
1 parent ae2de76 commit cc53267

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Panic Help Desk
2-
This package is a ticketing system for [Laravel 5](https://laravel.com/) PHP framework based on [Kordy/Ticketit](https://github.com/thekordy/ticketit). We have kept almost [all ticketit features](https://github.com/thekordy/ticketit/wiki/v0.2-Features) and includes many other functionalities to bring you closer to any production environment, like file attachments, ticket tags, calendar fields and a filters panel. It may work in any Laravel app from version 5.1 to 5.8. It has it's own routes, so it shouldn't affect other packages.
2+
This is a ticketing system for [Laravel 5 | 6 | 7](https://laravel.com/) PHP framework based on [Kordy/Ticketit](https://github.com/thekordy/ticketit). We have kept almost [all ticketit features](https://github.com/thekordy/ticketit/wiki/v0.2-Features) and added many additional functionalities, like file attachments, ticket tags, scheduling, filtering and an advanced search form. This package uses an own route, "/PanicHD" which can be customized, so It may be installed in your existent Laravel project.
33

44
## Table of contents
55

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "panichd/panichd",
3-
"description": "Ticketing system installable in any Laravel 5.1+ project. It includes a set of common features like file attachments, ticket tags, filtering, scheduling and e-mail notifications.",
3+
"description": "Ticketing system for Laravel 5 | 6 | 7. Allows to create new tickets via form only. Includes file attachments, ticket tags, filtering, scheduling and e-mail notifications.",
44
"type": "laravel-package",
5-
"keywords": ["ticketing-system", "helpdesk-ticketing", "laravel", "laravel-package", "laravel-5-package"],
5+
"keywords": ["ticketing", "helpdesk", "laravel", "laravel-package", "laravel-7-package"],
66
"require": {
7-
"laravel/framework": "^5.1|^7.0",
7+
"laravel/framework": "^5.1|^6.0|^7.0",
88
"laravelcollective/html": "^5.1|^6.0",
99
"illuminate/support": "^5.1|^6.0|^7.0",
1010
"intervention/image": "^2.5",

0 commit comments

Comments
 (0)