moonshine-software / moonshine

Laravel Admin panel and more. Simple for beginners and powerful for experts. Using Blade, Alpine.js and Tailwind CSS.
https://moonshine-laravel.com
MIT License
767 stars 103 forks source link

feat: Custom menu item view #1155

Closed lee-to closed 3 months ago

lee-to commented 3 months ago

resources/views/admin/custom-menu-item.blade.php

<h1>{{ $item->label() }}</h1>

MoonShinServiceProvider

MenuItem::make('Custom', '/')->customView('admin.custom-menu-item'),