filament-menus
Menu Database builder to use it as a navigation on Filament Panel or as a Livewire Component
يمتدّ من filament
composer require tomatophp/filament-menus- blade
- component
- database-menus
- filamentphp
- filamentphp-plugin
- menu-manager
- menus
اقرأني

Filament Menus
Menu Database builder to use it as a navigation on Filament Panel or as a Livewire Component
Requirements
| Package version | Filament | Laravel | PHP |
|---|---|---|---|
| 5.x | 5.x | 12.x, 13.x | 8.2+ |
| 2.x | 3.x | 10.x, 11.x | 8.2+ |
Screenshots

Installation
after install your package please run this command
finally register the plugins on /app/Providers/Filament/AdminPanelProvider.php
Use as Filament Navigation
you can use this package as a navigation on Filament Admin Panel
where dashboard is a key of menu.
Use as a Livewire Component
go to route admin/menus and create a new menu and you will get the code of livewire component
you can build a menu just by using this command as a livewire component
where header is a key of menu and you will get the code ready on the Table list of menus
you can use custom view ex:
by default we use Tailwind as a main view with this code
or you can use direct helper menu($key) to get the menu items
Publish Assets
you can publish config file by use this command
you can publish views file by use this command
you can publish languages file by use this command
you can publish migrations file by use this command
Other Filament Packages
Checkout our Awesome TomatoPHP