This is the starter structure for a new Laravel project if you'd like to follow along with the Unlearn "From Idea to Production with AI Workflows" workshop full spec process.
Otherwise, pull down https://github.com/unlearndev/workshop-quickpoll to follow along with the hands-on exercise.
cp .env.example .env
composer install
npm install
php artisan migrate
php artisan key:generate
composer dev