GrafiteInc / CMS

Decoupled CMS for any Laravel app, gain control of: pages, blogs, galleries, events, images, custom modules and more.

Home Page:https://cms.grafite.ca

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding Menu Items to Admin Panel

karneaud opened this issue · comments

I note that only modules can be added to the admin panel's menu via

{!! ModuleService::menus() !!}

Is there anyway to inject non module CRUD items into the menus?

Yes, the admin view files are/can be published to your application in the resources/views/vendor/cms directory, where you can customize any part that you wish you.