Laravel Nuxt Vercel Starter

A Laravel Nuxt template that can deploy to Vercel functions.

Prelude

Features

  • Nuxt 2.14+
  • Laravel 8+
  • Deploys to Vercel
  • Nuxt SSR
  • Laravel Serverless
  • Nuxt Serverless

Environment Variables (and how Vercel works with them)

You'll notice that in vercel.json there is little to no environment variables that laravel and nuxt needs. You're encouraged to leave them out of version control and use Vercel's dashboard to control your environment variables. You can learn more about this here

Local Development

At the time of writing juicyfx/vercel-php does not support local development. You'll have to use traditional ways of hosting a php server locally.