Download the PHP package cswni/filament-spotlight without Composer
On this page you can find all versions of the php package cswni/filament-spotlight. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cswni/filament-spotlight
More information about cswni/filament-spotlight
Files in cswni/filament-spotlight
Informations about the package filament-spotlight
Filament Spotlight
Quickly navigate your Filament Resources with Spotlight functionality.
Supports pages, resources and links from the user menu.
Installation via Composer
Requires PHP > 8.0 and Filament > 2.10.34
Usage
There is no configuration needed.
"its genius"
– Dan Harrin
To open the Spotlight input bar you can use one of the following shortcuts:
CTRL + K
CMD + K
CTRL + /
CMD + /
Setup
This plugin relies on the same properties and methods used for Filament's global search. For records showing up with the correct name in "Edit/View" you need to set $recordTitleAttribute
. Check the docs for more information
Translation
To translate or edit the default placeholder, you have to publish the translation file for wire-element/spotlight:
Contributing
If you want to contribute to this packages, you may want to test it in a real Filament project:
- Fork this repository to your GitHub account.
- Create a Filament app locally.
- Clone your fork in your Filament app's root directory.
- In the
/filament-spotlight
directory, create a branch for your fix, e.g.fix/error-message
.
Install the packages in your app's composer.json
:
Now, run composer update
.
Credits
- Dennis Koch
- All Contributors
- Wire Elements Spotlight
All versions of filament-spotlight with dependencies
filament/filament Version ^3.0
cswni/spotlight Version ^1.0
spatie/laravel-package-tools Version ^1.11