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
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