v4.0.0
What's Changed
- Laravel 12
- Bump aglipanci/laravel-pt-action from 2.5 to 2.6 by @dependabot[bot]
- support Filament 4
- add timele and more fixes
Changelogs and Releases Notes for Thunder: Filament plugin to provide you with laravel ticketing system. offices, chat, and Frontend Ready. .
HasRouteNamePrefix optionally for frontend routes and small fixesupdate your config file with:
'chat_pollg'=>[
'enabled'=>true,
'time'=>'15s', // or '15000ms' or 'keep-alive'
],
Ticket::deleteTicket(), this will also handle bolt form response and delete themadd_read_at_to_comments
php artisan vendor:publish --provider="BeyondCode\Comments\CommentsServiceProvider" --tag="config"config/comments.php and set the comment_class to'comment_class' => \LaraZeus\Thunder\Models\Comment::class,
better UI for list tickets
removg the file resources/views/filament/columns/ticket-resource/user.blade.php
if you're publishg the views, consider delete this file after the update.
renamg the file: resources/views/filament/comments.blade.php to resources/views/filament/ticket-comments.blade.php, case you have other packages like (athena)
added new phrases en.json
addg recordClasses now you will notice a border at the begng of each row Tickets list, this will dicates the priority of the ticket.
for this to work you need to add the follog to your tailwd css config file
'./vendor/lara-zeus/thunder/src/Filament/Resources/TicketResource.php',
base on feedback, I may remove the priority icon the future to make the table looks less busy.
the ticket status classes has been tweaked a little, if you're overridg this class check the difference the file src/Models/TicketsStatus.php
addg my tickets tab tickets lists.