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
869 stars 381 forks source link

Routes not configurated after install #402

Closed GuiRangel08 closed 6 years ago

GuiRangel08 commented 6 years ago

Hi, i find this app in google and i liked ticketit it a lot, simple and objective.

I've instaled the system with sucessfuly but when i login the admin page just show:

logged

If i access any page show this information, what i've done wrong in this process?

winfieldblum commented 6 years ago

Do you want to output your users table?

Regards,

Chris Winfield-Blum Founder & CEO

[cflogo_02_150w]http://www.changefox.com/

How would you rate your experience with Change Fox?http://www.changefox.com/provide-us-feedback

From: GuilhermeBuzu [mailto:notifications@github.com] Sent: Tuesday, 17 October 2017 10:01 PM To: thekordy/ticketit ticketit@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [thekordy/ticketit] Routes not configurated after install (#402)

Hi, i find this app in google and i liked ticketit it a lot, simple and objective.

I've instaled the system with sucessfuly but when i login the admin page just show:

[logged]https://user-images.githubusercontent.com/28784054/31669039-acd5ee2e-b332-11e7-99ed-9e2d4710da8d.jpg

If i access any page show this information, what i've done wrong in this process?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/thekordy/ticketit/issues/402, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AZl5QqtyCFm7LrrZ-QK_IfldnDpoLcHsks5stLM1gaJpZM4P8NFG.

balping commented 6 years ago

@GuilhermeBuzu Well, the screen you have above is the default dashboard that comes with laravel. You have to navigate to a ticketit-specific url, such as /tickets

GuiRangel08 commented 6 years ago

@balping if i go to page /tickets or /tickets-admin show me this screen:

ticket_and_ticket-admin

GuiRangel08 commented 6 years ago

i installed again, now in the php 7 and work fine. Thx for the help.