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
- Host: GitHub
- URL: https://github.com/mediconesystems/demo-livewire-datatables
- Owner: MedicOneSystems
- Created: 2020-06-27T20:53:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T20:35:18.000Z (about 3 years ago)
- Last Synced: 2025-04-23T21:12:36.127Z (about 1 year ago)
- Language: PHP
- Size: 2.09 MB
- Stars: 31
- Watchers: 4
- Forks: 16
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.