You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Configuration and customization](#configuration-and-customization)
19
+
*[Configurations and Laravel integration](#configurations-and-laravel-integration)
20
20
*[Contributing](#contributing)
21
21
*[Built with](#built-with)
22
22
*[Acknowledgements](#acknowledgements)
@@ -175,14 +175,14 @@ Execute these commands:
175
175
176
176
8. If you have followed all these steps, you may access now http://your-laravel-app-URL/panichd in your browser.
177
177
178
-
## Configuration and customization
178
+
## Configurations and Laravel integration
179
179
* Parameters: All classification fields of a ticket are customizable, like priorities, statuses... and within their own menues in the Package.
180
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
181
- Package routes for tickets and admin menues
182
182
- Tickets workflow (default priority, status...) and default limits
183
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).
184
+
*[Laravel integrations detailed in our wiki](https://github.com/panichelpdesk/panichd/wiki/Laravel-integrations):
185
+
- You can [create a custom Member model](https://github.com/panichelpdesk/panichd/wiki/Laravel-integrations#custom-member-model), for example to allow using a different table than "users" for PanicHD Members.
0 commit comments