laravel / jetstream

Tailwind scaffolding for the Laravel framework.

Home Page:https://jetstream.laravel.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update to inertia v1

pablopaul opened this issue · comments

commented

Are there plans to update jetstream to inertia v1?

New installation should already using Inertia 1:

$this->updateNodePackages(function ($packages) {
return [
'@inertiajs/vue3' => '^1.0.0',
'@tailwindcss/forms' => '^0.5.2',
'@tailwindcss/typography' => '^0.5.2',
'@vitejs/plugin-vue' => '^4.0.0',
'autoprefixer' => '^10.4.7',
'postcss' => '^8.4.14',
'tailwindcss' => '^3.1.0',
'vue' => '^3.2.31',
] + $packages;
});