We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Deletes all demo content added by the Demo Seeder: Categories, tickets, users, agents. It will not delete:
It lets you delete all content from categories, priorities or statuses. Or all of them together.
Delete all tickets and truncate ticket table to reset autoindex
Includes basic priorities and statuses lists and also a category
php artisan db:seed --class=PanicHD\\PanicHD\\Seeds\\Basic
You can also add any of the lists separately as they have their own seeder files:
php artisan db:seed --class=PanicHD\\PanicHD\\Seeds\\BasicPriorities
php artisan db:seed --class=PanicHD\\PanicHD\\Seeds\\BasicStatuses
It creates demo users, agents, categories with tags and tickets
php artisan db:seed --class=PanicHD\\PanicHD\\Seeds\\DemoDataSeeder
Remember you can rollback it using the artisan command panichd:demo-rollback