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

https://github.com/mediconesystems/demo-livewire-datatables

Demo Livewire Datatables App
https://github.com/mediconesystems/demo-livewire-datatables

Last synced: about 1 year ago
JSON representation

Demo Livewire Datatables App

Awesome Lists containing this project

README

          

# Livewire Datatables

## [Live Demo](https://livewire-datatables.com)

## Demo Laravel app for [Livewire Datatables](https://github.com/mediconesystems/livewire-datatables)

### Installation
- Clone the repo

```bash
git clone https://github.com/MedicOneSystems/demo-livewire-datatables.git
cd demo-livewire-datatables
```

- Install composer dependencies
```bash
composer install
```

- Create your .env and populate database credentials
```bash
cp .env.example .env
```

- Generate App key
```bash
php artisan key

- Migrate and seed the database
```bash
php artisan migrate --seed
```

For full docs see the [Livewire Datatables](https://github.com/mediconesystems/livewire-datatables) repo.