hossam-hassan-abdu / laravel-filament-menu
A package for dynamic Filament menu items.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/hossam-hassan-abdu/laravel-filament-menu
Requires
- filament/filament: ^3.2
This package is not auto-updated.
Last update: 2026-01-15 17:08:09 UTC
README
This package provides dynamic menu items for the Filament admin panel with CRUD functionality.
Installation
composer require your-namespace/laravel-filament-menu
Usage
After installing the package, publish the configuration and run the installation command:
php artisan vendor:publish --provider="LarvelFilamentMenu\Providers\MenuServiceProvider"
php artisan migrate
php artisan menu:install
To manage menu items from the admin panel:
- Navigate to the Menu Items section in Filament.
- Use the provided CRUD interface to add, edit, or delete menu items.
To refresh menu items after making changes:
php artisan menu:refresh
This will set up the menu items in your database and configure the Filament navigation.