hossam-hassan-abdu/laravel-filament-menu
Composer 安装命令:
composer require hossam-hassan-abdu/laravel-filament-menu
包简介
A package for dynamic Filament menu items.
README 文档
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.
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2024-08-28