hossam-hassan-abdu / laravel-filament-menu
There is no license information available for the latest version (dev-main) of this package.
A package for dynamic Filament menu items.
dev-main
2024-08-28 13:36 UTC
Requires
- filament/filament: ^3.2
This package is not auto-updated.
Last update: 2025-08-14 15:12:40 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.