Laravel Livewire

A Laravel and Livewire application

Installation

  1. Clone this repository
  2. Run composer install
  3. Create and fill the .env file (example included /.env-example)
  4. Run php artisan migrate to create database tables
  5. Seed the database by running php artisan db:seed
  6. Seed the database with faker data php artisan db:seed --class='GamesTableSeeder'
  7. Run npm install
  8. Run npm run dev
  9. Visit http://localhost:port/backstage

Documentation