richard-parnaby-king/sykes-search

Laravel based simple search facility with pagination

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

This package is auto-updated.

Last update: 2024-12-05 02:27:10 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