Skip to content

Commit 6ef3ee7

Browse files
authored
improved last installation steps descriptions
1 parent 9c80099 commit 6ef3ee7

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -160,20 +160,20 @@ Execute these commands:
160160

161161
6. If you didn't have Kordy/Ticketit, you will have to enable your user account (or any other) as an admin in Panic Help Desk. In the "users" table, just find your account and set "panichd_admin" value to 1.
162162

163-
7. Optional steps:
164-
* If you want to add the included default priorities, statuses and category:
165-
166-
`php artisan db:seed --class=PanicHD\\PanicHD\\Seeds\\Basic`
167-
168-
* If you want to use a demo configuration to test the package, use the DemoDataSeeder:
169-
163+
7. Test functionality with generated demo content
164+
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:
170166
`php artisan db:seed --class=PanicHD\\PanicHD\\Seeds\\DemoDataSeeder`
171-
172-
If you want to rollback it after using it, you can use the following command:
173-
167+
168+
* To rollback the demo:
174169
`php artisan panichd:demo-rollback`
175170

176-
8. If you have followed all these steps, you may access now http://your-laravel-app-URL/panichd in your browser.
171+
8. Configure the package for real environment usage
172+
* If you want to add the included default priorities, statuses and category:
173+
`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
175+
176+
9. Access http://your-laravel-app-URL/panichd in your browser
177177

178178
## 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.

0 commit comments

Comments
 (0)