Skip to content

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.

Notifications You must be signed in to change notification settings

Belchenkov/laracasts-voting

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published