GrafiteInc / CMS

Decoupled CMS for any Laravel app, gain control of: pages, blogs, galleries, events, images, custom modules and more.
https://cms.grafite.ca
MIT License
495 stars 104 forks source link

/cms/dashboard says unauthorized #158

Closed rextech03 closed 6 years ago

rextech03 commented 6 years ago

what can I do I used the complex method I use my normal admin details to log in as i changed from cms to admin in route config but no difference. also when I use the crud maker the index and show page does not work.

mlantz commented 6 years ago

These are two separate issues, the first one, regarding the routing, what is the actual issue? Do the routes not work? Did you add the correct parts to the RouteServiceProvider?

Second, did the crud maker output any errors? Are you getting errors when you try to view those routes (index and show)?

rextech03 commented 6 years ago

I am get the error "unauthorised" when I try to view the index and show route

mlantz commented 6 years ago

I'm unable to replicate any of this. I'll need you to provide more details that match the bug reporting guidelines. The complex setup assumes that you have your own auth. Please read the follow docs regarding CMS access