A simple helpdesk tickets system for Laravel 5.1+ which integrates smoothly with Laravel default users and auth system, demo is available at: http://ticketit.kordy.info/tickets
MIT License
875
stars
387
forks
source link
How to create view for viitors with actual tickets stats #542
just after installation i have "Ticketit 0.4.8 / Powered by Laravel 6.6.2 " stub-page. on tickets route i have default mandatory login for all site visitors. How can i change default stub page to display stats open/closed tickets to all visitors of the site, including not logged yet? I want also to not logged users can create tickets. is it achievable?
thanks in advance for your tutorial
just after installation i have "Ticketit 0.4.8 / Powered by Laravel 6.6.2 " stub-page. on tickets route i have default mandatory login for all site visitors. How can i change default stub page to display stats open/closed tickets to all visitors of the site, including not logged yet? I want also to not logged users can create tickets. is it achievable? thanks in advance for your tutorial