Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/coryrose1/livewire-tables-demo
- Owner: coryrose1
- Created: 2019-11-06T19:00:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T00:39:06.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T11:03:35.649Z (almost 2 years ago)
- Language: PHP
- Size: 2.79 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: readme.md
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.