mrzalais / voting-app

A voting app following Laracasts tutorial https://laracasts.com/series/build-a-voting-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build a Voting App

Source Code for "Build a Voting App" series on Laracasts: https://laracasts.com/series/build-a-voting-app

Installation

  1. Clone the repo and cd into it
  2. composer install
  3. Rename or copy .env.example file to .env
  4. php artisan key:generate
  5. Setup a database and add your database credentials in your .env file
  6. npm install
  7. npm run dev or npm run watch
  8. php artisan serve or use Laravel Valet
  9. Visit localhost:8000 in your browser

About

A voting app following Laracasts tutorial https://laracasts.com/series/build-a-voting-app


Languages

Language:PHP 70.2%Language:Blade 29.6%Language:Shell 0.2%