/laravel-livewire-demo

Laravel Livewire demo with realtime keyword searching and multi-facet filtering.

Primary LanguagePHP

Laravel Livewire Demo

Description

A small demo of realtime keyword searching and multi-facet filtering on a dataset tagged with a random assortment of tags. All done with Livewire, no JS required.

My fork added pagination and sorting

Sorting | Laravel Livewire Demo

Installation

Clone, composer install, yarn install, configure .env and your DB connection.

Migrate and seed the DB.

php artisan migrate --seed