الصفحات · Laravilt
Upgrading from 1.0
What changes in Laravilt v1.1 (Laravel 13, React) and how to upgrade an existing 1.0 app.
Laravilt v1.1 adds:
- Laravel 13 support. 1.0.x supports Laravel 11 and 12.
- React 19 as a second frontend stack, next to Vue 3.
- A stack setting,
LARAVILT_FRONTEND(laravilt-support.frontend), used by the installer, generators and publish tags.
Existing Vue apps keep working without changes.
Steps for an existing Vue app
-
Update the packages:
bash -
Pin the stack. Vue is also the automatic fallback, but being explicit makes generators predictable:
env -
Refresh the published frontend files and rebuild:
bashReview the diff if you customized published files.
-
To move to Laravel 13, follow Laravel's upgrade guide after step 1. Laravilt v1.1 supports both.
Starting a React app
React needs a fresh app on Laravel's React starter kit. See Installation and Frontend Stacks. Converting an existing Vue app in place isn't supported.
Migrating from Filament
See Migrating from Filament (php artisan laravilt:filament).