Skip to content

Commit 7fa613b

Browse files
authored
links to configuration settings in wiki
1 parent 6a65233 commit 7fa613b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ This is a synopsis of the main PanicHD features. For detailed descriptions, exam
8888
- They can easily manage categories and assigned Agents
8989

9090
* For developers
91-
- There is a configuration settings menu that directly comes from Ticketit. It is so useful and flexible to configure the package at your own desire even without altering the package files
91+
- There is a [configuration settings menu](https://github.com/panichelpdesk/panichd/wiki/Configuration-settings) that directly comes from Ticketit. It is so useful and flexible to configure the package at your own desire even without altering the package files
9292
- We have added [some useful Artisan commands](https://github.com/panichelpdesk/panichd/wiki/Command-line-toolbox#artisan-commands) to help you make your own local tests. Click the link or type in the Laravel console the following command:
9393

9494
`php artisan panichd`
@@ -178,10 +178,11 @@ If you want to test the package first, you can install some demo contents from c
178178
## Configurations and Laravel integration
179179
* Ticket Parameters: All ticket classification fields are customizable, like priorities, statuses... and within their own menues in the Package.
180180
* Settings:
181-
- The package comes with a big set of configurable settings, which allow you to change many aspects of it's behavior, like:
181+
- The package comes with a big set of [configurable settings](https://github.com/panichelpdesk/panichd/wiki/Configuration-settings), which allow you to change many aspects of it's behavior, like:
182182
- Package routes for tickets and admin menues
183183
- Tickets workflow (default priority, status...) and default limits
184184
- Enable / disable different kind of email notifications
185+
- We have created a wiki page specifying a group of [essential settings to be aware of](https://github.com/panichelpdesk/panichd/wiki/Configuration-settings#essential-settings) in any usage environment. It's a very basic set, but it may be a good starting point with them.
185186
- You can also create your own configuration settings [to use anywhere you may need](https://github.com/panichelpdesk/panichd/wiki/Laravel-integrations/#use-any-panichd-configuration-setting-in-any-laravel-file)
186187
* [Laravel integrations detailed in our wiki](https://github.com/panichelpdesk/panichd/wiki/Laravel-integrations):
187188
- [Create tickets from your Laravel app](https://github.com/panichelpdesk/panichd/wiki/Laravel-integrations#create-tickets-from-your-laravel-app)

0 commit comments

Comments
 (0)