Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 696 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 696 Bytes

Livewire Datatables

Demo Laravel app for Livewire Datatables

Installation

  • Clone the repo
git clone https://github.com/MedicOneSystems/demo-livewire-datatables.git
cd demo-livewire-datatables
  • Install composer dependencies
composer install
  • Create your .env and populate database credentials
cp .env.example .env
  • Generate App key
php artisan key

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

For full docs see the Livewire Datatables repo.