laravel-menu
laravel-menu copied to clipboard
Html menu generator for Laravel
Results
2
laravel-menu issues
Sort by
recently updated
recently updated
newest added
Hello. I want to conditionally add a submenu that is wrapped in a div tag. In my MenuServiceProvider class I do this ```php Menu::macro('sidebar', function () { $primary_data_menu = Menu::new()...
It would be great if the name and data properties could be exposed. I've added methods, but maybe it should be: ``` public function __construct( public string $name, public array...