承接 biostate/filament-menu-builder 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

biostate/filament-menu-builder

最新稳定版本:v4.0.5

Composer 安装命令:

composer require biostate/filament-menu-builder

包简介

An Elegant Menu Builder for FilamentPHP

README 文档

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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.

  • Integrate models and routes into menu items for dynamic and flexible navigation.
  • Render menus with Blade components for consistency and adaptability.

Built for simplicity and performance, this package ensures a seamless solution for managing menus in the Filament admin panel.

Dark Theme Light Theme

📚 Documentation

Full documentation is available at: https://biostate.gitbook.io/filament-menu-builder

Version Compatibility

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

Quick Start

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.

TODO

  • add parameters like mega menu, dropdown, etc.
  • add tests
  • add tailwind blade component
  • add "Do you want to discard the changes?" if you have unsaved changes
  • add more actions like: move up, move down, move one level up, move one level down, etc.
  • add duplicate with children action

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 9.94k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 43
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 42
  • Watchers: 1
  • Forks: 20
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-11-23