Grzesie2k / example-laravel-app

As simple as possible Laravel quiz single-page app to demonstrate how to wire one up

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example Laravel (and Vue) app

Example quiz application written in Laravel and Vue.

Installation

  1. Install dependencies with comoposer install and npm install
  2. Create .env file from .env.example
  3. Generate security key: php artisan key:generate
  4. Migrate database: php artisan migrate
  5. Migrate data: php artisan db:seed
  6. Prepare front-end: gulp --production

Demo

  1. Servers: php -S localhost:8081 -t public and npm run demo
  2. Enter localhost:8081 and localhost:8080 in your browser

Requirements

  • PHP >=5.6.4
  • Node ~6.9.4

About

As simple as possible Laravel quiz single-page app to demonstrate how to wire one up


Languages

Language:PHP 87.9%Language:HTML 5.0%Language:Vue 4.7%Language:JavaScript 1.9%Language:ApacheConf 0.6%