Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (17 loc) · 903 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 903 Bytes

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

Inline/in place editing

Inline/in place editing | Laravel Livewire Demo

Installation

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

Migrate and seed the DB.

php artisan migrate --seed