thekordy / ticketit

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

Open ktokot opened 4 years ago

ktokot commented 4 years ago

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

thekordy commented 4 years ago

I am sorry but it's not achievable with the current implementation, you need to modify the controller and the views