Skip to content

Commit 2081188

Browse files
authored
Laravel integrations
Renamed "package customizations" to "Laravel integrations"
1 parent 986c6a0 commit 2081188

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +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)
19+
* [Configurations and Laravel integration](#configurations-and-laravel-integration)
2020
* [Contributing](#contributing)
2121
* [Built with](#built-with)
2222
* [Acknowledgements](#acknowledgements)
@@ -175,14 +175,14 @@ Execute these commands:
175175

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

178-
## Configuration and customization
178+
## Configurations and Laravel integration
179179
* Parameters: All classification fields of a ticket are customizable, like priorities, statuses... and within their own menues in the Package.
180180
* 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:
181181
- Package routes for tickets and admin menues
182182
- Tickets workflow (default priority, status...) and default limits
183183
- 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.
186186

187187
## Contributing
188188

0 commit comments

Comments
 (0)