asaydev/laratickets is a Laravel package for real time tickets system for laravel framework.
It currently has 2 GitHub stars and 131 downloads on Packagist (latest version 1.0.11).
Install it with composer require asaydev/laratickets.
Discover more Laravel packages by asaydev
or browse all Laravel packages to compare alternatives.
Last updated
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
Livewire installed and configured in your project.Alpine.js installed and configured in your project.rappasoft/laravel-livewire-tables installed and configured in your project.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'])