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

Adding Menu Items to Admin Panel #192

Closed karneaud closed 5 years ago

karneaud commented 5 years ago

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?

mlantz commented 5 years ago

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.