Skip to content

New Project

Laravel + Vue + Inertia

bash
composer create-project laravel/laravel project-name
cd project-name
composer require inertiajs/inertia-laravel
npm install

Checklist

  • Configure .env.
  • Create the database.
  • Install the frontend stack.
  • Confirm npm run dev.
  • Confirm php artisan serve.