orchidsoftware / platform

Orchid is a @laravel package that allows for rapid application development of back-office applications, admin/user panels, and dashboards.
https://orchid.software
MIT License
4.26k stars 631 forks source link

Dashboard menu #2812

Closed TuanAnh0907 closed 3 months ago

TuanAnh0907 commented 3 months ago

image

How to get the menu and route list here ?

tabuna commented 3 months ago

You can define the menu in the service provider file, which is typically located in the directory App/Orchid/PlatformProvider.php.