Source Code for "Build a Voting App" series on Laracasts: https://laracasts.com/series/build-a-voting-app
cd
into itcomposer install
.env.example
file to .env
php artisan key:generate
.env
filenpm install
npm run dev
or npm run watch
php artisan serve
or use Laravel Valetlocalhost:8000
in your browser