Skip to content

Customisation

You can customise most of the parts to fit your needs.

Translation

Labels are stored in language files and can be overwritten by creating files in the lang/vendor/filament-spotlight-pro/[LOCALE] directory.

For example, to edit the page heading create lang/vendor/filament-spotlight-pro/[LOCALE]/page.php, and set the heading key.

See the Laravel Docs on how work with translation strings. Refer to vendor/pxlrbt/filament-spotlight-pro/lang/en/ for all available files and translation keys.

Overriding Views

You can override the views by publishing the package views to your resources folder. For example you can customize the empty state by overriding/copying empty.blade.php to resources/views/vendor/filament-spotlight-pro/empty.blade.php.