Skip to content

Commit 3fea45a

Browse files
authored
Customization options
Added description of all the customization kinds that can be done. Also with a link to the new Member model customization steps in the wiki.
1 parent 1748004 commit 3fea45a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,15 @@ Execute these commands:
174174

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

177+
## Configuration
178+
* Parameters: All classification fields of a ticket are customizable, like priorities, statuses... and within their own menues in the Package.
179+
* 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:
180+
- Package routes for tickets and admin menues
181+
- Tickets workflow (default priority, status...) and default limits
182+
- Enable / disable different kind of email notifications
183+
* Package customization:
184+
- 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).
185+
177186
## Contributing
178187

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

0 commit comments

Comments
 (0)