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

Top categories

Loading Svelte Themes