laravel-livewire-demo
laravel-livewire-demo copied to clipboard
Laravel Livewire 1.x demo with realtime keyword searching and multi-facet filtering.
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.
All records

Filter by multiple tags

Filter by multiple tags and search string

Inline/in place editing

Installation
Clone, composer install, yarn install, configure .env and your DB connection.
Migrate and seed the DB.
php artisan migrate --seed