- Create laravel project using
laravel new ext-test
- Follow steps from inertia server install guide and inertia client install guide
- Install Vite plugin using
npm i @vitejs/plugin-vue
- Install composer dependencies using
composer install
- Install npm dependencies using
npm install
- Copy
.env.example
to.env
- Generate new key using
php artisan key:generate