laravel-menu
laravel-menu copied to clipboard
A quick way to create menus in Laravel
Results
32
laravel-menu issues
Sort by
recently updated
recently updated
newest added
Hi there, I met 2 issues when using your package. I hope you can help 1 - When I use the below method: ` {!! $menu->asUl( ['class' => 'first-level-ul'], ['class'...
If your menu is created dynamically (for instance from database queries) those queries will be executed for every `web` request, even on pages where you dont have menus. This is...