Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 640 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 640 Bytes

Laracasts Voting App

Build a voting app((Tailwind, Alpine, Livewire, Laravel)), allows you to create ideas, vote and comment on them, sort and filter the results, and administer the site.

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. php artisan migrate or php artisan migrate --seed if you want seed data
  7. npm install
  8. npm run dev or npm run watch
  9. php artisan serve or use Laravel Valet
  10. Visit localhost:8000 in your browser