elsayed85 / filament-quick-create
Plugin for Filament Admin that adds a dropdown menu to the header to quickly create new items.
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 33
Type:package
pkg:composer/elsayed85/filament-quick-create
Requires
- php: ^8.0
- filament/filament: ^2.0
- spatie/laravel-package-tools: ^1.9.2
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.