real time tickets system for laravel framework, this package is transformation from (https://github.com/thekordy/ticketit) using livewire concept
Important note: this package is under development and not completed yet
- Laravel
Livewire
installed and configured in your project. - Laravel
Alpine.js
installed and configured in your project. - Laravel
rappasoft/laravel-livewire-tables
installed and configured in your project. - Laravel
spatie/laravel-permission
installed and configured in your project.
composer require asaydev/laratickets
when next command executed will ask you for administartor user id to setup there default role.
php artisan laratickets:setup
php artisan vendor:publish --provider="AsayDev\LaraTickets\AsayDevLaraTicketsServiceProvider" --tag="config"
php artisan vendor:publish --tag=laratickets_migrations
php artisan vendor:publish --tag=laratickets_assets
this package allow using tickets for spacific model
@livewire('lara-tickets-dashboard',['model'=>'modeName','model_id'=>'modelID'])
- adding mail notification on new ticket,update ticket, new comment
- options array parm
- can_create_ticket