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.
cd
into itcomposer install
.env.example
file to .env
php artisan key:generate
.env
filephp artisan migrate
or php artisan migrate --seed
if you want seed datanpm install
npm run dev
or npm run watch
php artisan serve
or use Laravel Valetlocalhost:8000
in your browser