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
* To delete the contents addded by the demo, read the [panichd:demo-rollback command dedicated wiki section](https://github.com/panichelpdesk/panichd/wiki/Command-line-toolbox#panichddemo-rollback).
- To delete the contents addded by the demo, read the [panichd:demo-rollback command dedicated wiki section](https://github.com/panichelpdesk/panichd/wiki/Command-line-toolbox#panichddemo-rollback).
169
169
170
170
171
171
8. Configure the package for real environment usage
172
-
* If you want to add the included default priorities, statuses and category:
172
+
- If you want to add the included default priorities, statuses and category:
* If you want to create only your custom parameters, you can skip to the next installation step
174
+
- If you want to create only your custom parameters, you can skip to the next installation step
175
175
176
176
9. Access http://your-laravel-app-URL/panichd in your browser
177
177
178
178
## Configurations and Laravel integration
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
-
*[Laravel integrations detailed in our wiki](https://github.com/panichelpdesk/panichd/wiki/Laravel-integrations):
185
-
-[Create tickets from your Laravel app](https://github.com/panichelpdesk/panichd/wiki/Laravel-integrations#create-tickets-from-your-laravel-app)
186
-
- 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.
179
+
* Ticket Parameters: All ticket classification fields are customizable, like priorities, statuses... and within their own menues in the Package.
180
+
* Settings:
181
+
- The package comes with a big set of configurable settings, which allow you to change many aspects of it's behavior, like:
182
+
- Package routes for tickets and admin menues
183
+
- Tickets workflow (default priority, status...) and default limits
184
+
- Enable / disable different kind of email notifications
185
+
- You can also create your own configuration settings [to use anywhere you may need](https://github.com/panichelpdesk/panichd/wiki/Laravel-integrations/_edit#use-any-panichd-configuration-setting-in-any-laravel-file)
186
+
*[Laravel integrations detailed in our wiki](https://github.com/panichelpdesk/panichd/wiki/Laravel-integrations):
187
+
-[Create tickets from your Laravel app](https://github.com/panichelpdesk/panichd/wiki/Laravel-integrations#create-tickets-from-your-laravel-app)
188
+
- 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.
189
+
-[Use any configuration setting in your app](https://github.com/panichelpdesk/panichd/wiki/Laravel-integrations/_edit#use-any-panichd-configuration-setting-in-any-laravel-file)
0 commit comments