elsayed85/filament-quick-create
最新稳定版本:v1.0
Composer 安装命令:
composer require elsayed85/filament-quick-create
包简介
Plugin for Filament Admin that adds a dropdown menu to the header to quickly create new items.
README 文档
README
Plugin for Filament Admin that adds a dropdown menu to the header to quickly create new items from any page.
Installation
Install the package via composer
composer require awcodes/filament-quick-create
Excluding Resources
Publish the config file.
php artisan vendor:publish --tag=filament-quick-create-config
Then just add the Resource Classes that you want to exclude.
'exclude' => [
UserResource::class,
...
]
Usage
That's it, after installing the create menu will show up in the filament header next to the global search input.
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-08-09

