richard-parnaby-king/sykes-search

Laravel based simple search facility with pagination

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

pkg:composer/richard-parnaby-king/sykes-search

dev-main 2022-11-04 22:13 UTC

This package is auto-updated.

Last update: 2025-10-05 04:29:18 UTC


README

Laravel based simple search facility with pagination

Installation

composer require richard-parnaby-king/sykes-search
php artisan vendor:publish
php artisan migrate

Usage

Once installed, search is available at the /search endpoint.

Test Data

This will add 300 properties and 1,000 bookings to the respective tables.

php artisan db:seed --class=SykesSeeder

Dependencies

This package requires the following dependencies:

  • laravel/laravel

License

MIT