-
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from devaslanphp/master
Merge with master
- Loading branch information
Showing
5 changed files
with
43 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,25 +7,40 @@ | |
<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> | ||
</p> | ||
|
||
Help Desk is a Laravel based project, that let you manage your support tickets and communicate with your customers, with a beautiful and simple to use platform. | ||
Help Desk is a Laravel based project, that let you manage your support tickets and communicate with your customers, with | ||
a beautiful and simple to use platform. | ||
|
||
Help Desk is based on the latest version of Laravel and any other Open Source packages and technologies. | ||
|
||
![Help Desk](github-contents/banner.jpg) | ||
|
||
|
||
## Online demo | ||
|
||
You can check our online demo here: [Online demo](http://helpdesk.devaslan.com/) | ||
|
||
> **Use the following accounts to access demo:** | ||
> | ||
> *Important: The save / delete users functions are disabled only in demo instance* | ||
> | ||
> **Administrator** | ||
> - Email: [email protected] | ||
> - Password: secret | ||
> | ||
> **Customer** | ||
> - Email: [email protected] | ||
> - Password: secret | ||
> | ||
> **Employee** | ||
> - Email: [email protected] | ||
> - Password: secret | ||
## Documentation | ||
|
||
You can find a full documentation here: [Documentation](http://helpdesk.devaslan.com/docs/) | ||
|
||
|
||
## Credits | ||
|
||
- [All Contributors](https://github.com/heloufir/filament-workflow-manager/graphs/contributors) | ||
- [All Contributors](https://github.com/devaslanphp/help-desk/graphs/contributors) | ||
|
||
## License | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,6 +91,7 @@ | |
<li class="nav-item"><a class="nav-link" href="#idocs_faq">FAQ</a></li> | ||
<li class="nav-item"><a class="nav-link" href="#idocs_changelog">Changelog</a> | ||
<ul class="nav flex-column"> | ||
<li class="nav-item"><a class="nav-link" href="#v1-0-2">v1.0.2</a></li> | ||
<li class="nav-item"><a class="nav-link" href="#v1-0-1">v1.0.1</a></li> | ||
<li class="nav-item"><a class="nav-link" href="#v1-0-0">v1.0.0</a></li> | ||
</ul> | ||
|
@@ -117,7 +118,7 @@ <h2>Help Desk</h2> | |
<div class="row"> | ||
<div class="col-sm-6 col-lg-4"> | ||
<ul class="list-unstyled"> | ||
<li><strong>Version:</strong> 1.0</li> | ||
<li><strong>Version:</strong> 1.0.2</li> | ||
<li><strong>Author:</strong> <a href="mailto:[email protected]" | ||
target="_blank">heloufir</a> | ||
</li> | ||
|
@@ -321,6 +322,8 @@ <h5 class="mb-0"> <a href="#" class="collapsed" data-toggle="collapse" data-targ | |
<section id="idocs_changelog"> | ||
<h2>Changelog</h2> | ||
<p class="text-4">See what's new added, changed, fixed, improved or updated in the latest versions. </p> | ||
<h3 id="v1-0-1">Version 1.0.2 <small class="text-muted">(15 September, 2022)</small></h3> | ||
<p>Add translations: Locale switcher, french translation file</p> | ||
<h3 id="v1-0-1">Version 1.0.1 <small class="text-muted">(14 September, 2022)</small></h3> | ||
<p>My notifications: Notifications page listing the authenticated user's received notifications</p> | ||
<h3 id="v1-0">Version 1.0.0 <small class="text-muted">(12 September, 2022)</small></h3> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters