Skip to content

Plugin for Filament Admin that adds a dropdown menu to the header to quickly create new items.

Notifications You must be signed in to change notification settings

vijayrana99/filament-quick-create

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filament Quick Create

Plugin for Filament Admin that adds a dropdown menu to the header to quickly create new items from any page.

Screen shot of Filament quick create in use in dark mode Screen shot of Filament quick create in use in light mode

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.

About

Plugin for Filament Admin that adds a dropdown menu to the header to quickly create new items.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 54.3%
  • Blade 45.7%