Skip to content

Commit 33038eb

Browse files
authored
Merge pull request #11 from devaslanphp/master
Update docs
2 parents 8ac4b2e + 376fde1 commit 33038eb

3 files changed

Lines changed: 19 additions & 5 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",

public/docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<!-- Logo -->
5555
<a class="logo ml-md-3" href="index.html" title="Help Desk">
5656
<img src="/docs/assets/images/logo.png" alt="Help Desk" width="120" /> </a>
57-
<span class="text-2 ml-2">v1.0</span>
57+
<span class="text-2 ml-2">v1.1.0</span>
5858
<!-- Logo End -->
5959

6060
<!-- Navbar Toggler -->
@@ -119,7 +119,7 @@ <h2>Help Desk</h2>
119119
<div class="row">
120120
<div class="col-sm-6 col-lg-4">
121121
<ul class="list-unstyled">
122-
<li><strong>Version:</strong> 1.0.2</li>
122+
<li><strong>Version:</strong> 1.1.0</li>
123123
<li><strong>Author:</strong> <a href="mailto:eloufirhatim@gmail.com"
124124
target="_blank">heloufir</a>
125125
</li>

0 commit comments

Comments
 (0)