Skip to content

Commit deafe12

Browse files
committed
Add published readme.md edits
2 parents abf85ae + d73feb6 commit deafe12

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This package is a ticketing system for [Laravel 5](https://laravel.com/) PHP fra
1616
+ [Complete installation](#complete-installation)
1717
+ [With the web installer](#option-1-web-installer)
1818
+ [With command line](#option-2-command-line-for-advanced-users)
19+
* [Configuration and customization](#configuration-and-customization)
1920
* [Contributing](#contributing)
2021
* [Built with](#built-with)
2122
* [Acknowledgements](#acknowledgements)
@@ -174,6 +175,15 @@ Execute these commands:
174175

175176
8. If you have followed all these steps, you may access now http://your-laravel-app-URL/panichd in your browser.
176177

178+
## Configuration and customization
179+
* Parameters: All classification fields of a ticket are customizable, like priorities, statuses... and within their own menues in the Package.
180+
* Settings: This package comes with the ability to let you add your own configuration settings, although it will require you to write the necessary code to have it working. Anyway, the package comes with a set of configurable settings, which allow you to change many aspects of the Package functionality, like:
181+
- Package routes for tickets and admin menues
182+
- Tickets workflow (default priority, status...) and default limits
183+
- Enable / disable different kind of email notifications
184+
* Package customization:
185+
- You can create a custom Member model, for example to allow using a different table than "users" for PanicHD Members. You can read the [configuration steps for that in the wiki](https://github.com/panichelpdesk/panichd/wiki/Package-customizations).
186+
177187
## Contributing
178188

179189
Please read our [contributing reference](CONTRIBUTING.md).

0 commit comments

Comments
 (0)