Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/coryrose1/livewire-tables-demo

Demo app for Livewire Tables package
https://github.com/coryrose1/livewire-tables-demo

Last synced: 3 months ago
JSON representation

Demo app for Livewire Tables package

Awesome Lists containing this project

README

        

# Livewire-Tables Demo

A demo app displaying basic usage of [Livewire Tables](https://github.com/coryrose1/livewire-tables).

## Installation
Via Composer

``` bash
$ composer require coryrose/livewire-tables-demo
```

Generate your application key, set up a database, and run:
```
php artisan migrate
php artisan db:seed
npm install
npm run dev
```

Serve and visit in your browser to view the magical Livewire table.