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

After initial install, there are no routes or set up fro the admin section. #163

Closed tech911Admin closed 6 years ago

tech911Admin commented 6 years ago

Clicking on the link displays page not found and looking at the routes in cms does not find any addresses for .../admin or .../admin/dashboard or ../admin/users. I also do not see a section for this area set up in the blade files. What did I miss?

tech911Admin commented 6 years ago

Clicking on the link displays page not found and looking at the routes in cms does not find any addresses for .../admin or .../admin/dashboard or ../admin/users. I also do not see a section for this area set up in the blade files. What did I miss?

mlantz commented 6 years ago

Please follow the guidelines when submitting issues they are intended to help me determine the root of your issue.

Based on your descriptions I cannot determine what you 'missed'. If you used the simple setup then the setup process should have worked correctly. If you used the complex setup then there may have been multiple steps you missed. The Admin components are ONLY available through the simple setup. If your application does not have those routes already then you can remove those links from the admin panel by publishing the vendor files to your resources/views/vendor directory