Skip to content

Commit a0b1da2

Browse files
author
Hatim EL OUFIR
committed
Merge remote-tracking branch 'origin/dev' into dev
2 parents c69203e + 33038eb commit a0b1da2

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
11
# Help Desk
22

3-
<p>
3+
<p align="center">
44
<a href="https://laravel.com"><img alt="Laravel v8.x" src="https://img.shields.io/badge/Laravel-v8.x-FF2D20?style=for-the-badge&logo=laravel"></a>
55
<a href="https://laravel-livewire.com"><img alt="Livewire v2.x" src="https://img.shields.io/badge/Livewire-v2.x-FB70A9?style=for-the-badge"></a>
66
<a href="https://filamentphp.com/"><img alt="Filament v2.x" src="https://img.shields.io/badge/Filament-v2.x-e9b228?style=for-the-badge"></a>
77
<a href="https://php.net"><img alt="PHP 8.0" src="https://img.shields.io/badge/PHP-8.0-777BB4?style=for-the-badge&logo=php"></a>
8+
<br/>
9+
<a href="https://github.com/devaslanphp/help-desk/releases/">
10+
<img src="https://img.shields.io/github/tag/devaslanphp/help-desk?include_prereleases=&sort=semver&color=blue&style=for-the-badge" alt="GitHub tag">
11+
</a>
12+
<a href="#license">
13+
<img src="https://img.shields.io/badge/License-MIT-blue?style=for-the-badge" alt="License">
14+
</a>
15+
<a href="https://github.com/devaslanphp/help-desk/issues">
16+
<img src="https://img.shields.io/github/issues/devaslanphp/help-desk?style=for-the-badge" alt="issues - help-desk">
17+
</a>
18+
<br/>
19+
<a href="http://helpdesk.devaslan.com/docs" title="Go to project documentation">
20+
<img src="https://img.shields.io/badge/view-Documentation-blue?style=for-the-badge" alt="view - Documentation">
21+
</a>
822
</p>
923

1024
Help Desk is a Laravel based project, that let you manage your support tickets and communicate with your customers, with

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "laravel/laravel",
33
"type": "project",
4-
"description": "The Laravel Framework.",
5-
"keywords": ["framework", "laravel"],
4+
"description": "Help Desk open source project.",
5+
"keywords": ["helpdesk", "laravel", "tailwindcss", "filament-forms", "filament-notifications"],
66
"license": "MIT",
77
"require": {
88
"php": "^8.0.2",

0 commit comments

Comments
 (0)