briefley/search-results-page

Separate search results page for filament.

dev-main 2025-05-12 19:19 UTC

This package is auto-updated.

Last update: 2025-06-12 19:27:33 UTC


README

A Laravel Filament package that provides a dedicated search results page for Filament. It enhances the Filament global search experience by displaying search results on a separate page and includes a customizable trait to enable pagination for individual search result categories.

Features

  • Dedicated Search Results Page
    A separate page to display detailed global search results in Filament.

  • Per-Category Pagination
    The package includes a trait to paginate search results for each category individually.

  • Customizable Views and Translations
    Easily publish and customize the Blade views and translation files.

  • PSR-4 Autoloading
    Clean, well-structured code adhering to PSR-4 standards.

Installation

Install the package using Composer:

composer require briefley/search-results-page