Laravel-Backpack / demo

A working demo of Laravel with all Backpack packages installed.
http://backpackforlaravel.com
Other
329 stars 165 forks source link

Use menu items from UI not theme blade files #529

Closed tabacitu closed 1 year ago

tabacitu commented 1 year ago

WHY

BEFORE - What was wrong? What was happening before this PR?

We had a blade file for menu items... for each theme 🤦‍♂️🤮

AFTER - What is happening after this PR?

We have one blade file for menu items - resources/views/vendor/backpack/ui/inc/menu_items.blade.php - that is picked up by all themes thanks to our brand-new Blade Components for menu items.