Skip to content

Commit 4b08c01

Browse files
authored
improved configurations section in readme
1 parent cf5f835 commit 4b08c01

1 file changed

Lines changed: 17 additions & 14 deletions

File tree

README.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -162,28 +162,31 @@ Execute these commands:
162162

163163
7. Test functionality with generated demo content
164164
If you want to test the package first, you can install some demo contents from command line in your Laravel app:
165-
* To install the demo contents:
166-
`php artisan db:seed --class=PanicHD\\PanicHD\\Seeds\\DemoDataSeeder`
167-
168-
* 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).
165+
- To install the demo contents:
166+
`php artisan db:seed --class=PanicHD\\PanicHD\\Seeds\\DemoDataSeeder`
167+
168+
- 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).
169169

170170

171171
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:
173173
`php artisan db:seed --class=PanicHD\\PanicHD\\Seeds\\Basic`
174-
* 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
175175

176176
9. Access http://your-laravel-app-URL/panichd in your browser
177177

178178
## 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)
187190

188191
## Contributing
189192

0 commit comments

Comments
 (0)