Learn how to upgrade your Laravel Nova installation to the latest version.
laravel/ui
with laravel/fortify
v1.21+doctrine/dbal
@inertiajs/vue3
v2trix
v2form-backend-validation
places.js
laravel/nova
dependency to ^5.0
in your application’s composer.json
file:
api_middleware
configuration option within your application’s nova
configuration file appears as follows:
register
method in your application’s App\Providers\NovaServiceProvider
class to call the parent’s register
method. The parent::register()
method should be invoked before any other code in the method:
@inertiajs/inertia
or @inertiajs/inertia-vue3
. You should inspect your custom components and packages to ensure all references have been updated as suggested in Inertia’s upgrade guide.
form-backend-validation
form-backend-validation
repository has been archived and should no longer be used by third-party packages or components. Instead, you may simply import Errors
from laravel-nova
:
form-backend-validation
from your component’s package.json
:
Place
field was deprecated on Nova 4 and is now removed in Nova 5.
nova:stubs
Artisan command with the --force
option: