| Install | |
|---|---|
composer require biostate/filament-menu-builder |
|
| Latest Version: | v5.0.1 |
| PHP: | ^8.2 |
Note: If you have any suggestions, feel free to create an issue.
This package offers a powerful menu builder for the Filament admin panel, enabling efficient menu creation and management.
Built for simplicity and performance, this package ensures a seamless solution for managing menus in the Filament admin panel.

Full documentation is available at: https://biostate.gitbook.io/filament-menu-builder
| Filament Version | Package Version | Composer Command |
|---|---|---|
| v3 | 1.x | composer require biostate/filament-menu-builder:^1.0 |
| v4 | 4.x | composer require biostate/filament-menu-builder:^4.0 |
| v5 | 5.x | composer require biostate/filament-menu-builder:^5.0 |
Install the package via Composer using the appropriate version from the compatibility table above:
Add the plugin to your AdminPanelServiceProvider.php:
public function panel(Panel $panel): Panel
{
return $panel
->plugins([
\Biostate\FilamentMenuBuilder\FilamentMenuBuilderPlugin::make(),
]);
}
Publish and run migrations:
php artisan vendor:publish --tag="filament-menu-builder-migrations"
php artisan migrate
For detailed installation instructions and configuration, see the Installation Guide.
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.