Skip to content

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

License

Notifications You must be signed in to change notification settings

duongdinhmanh123/laravel-livewire-demo

 
 

Repository files navigation

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

All records | Laravel Livewire Demo

Filter by multiple tags

Filter by multiple tags | Laravel Livewire Demo

Filter by multiple tags and search string

Filter by multiple tags and search string | Laravel Livewire Demo

Installation

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

Migrate and seed the DB.

php artisan migrate --seed

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 80.0%
  • HTML 19.5%
  • Vue 0.5%