Because there are many breaking changes an upgrade is not that easy. There are many edge cases this guide does not cover. We accept PRs to improve this guide.
- It now includes a basic set of components. It can optionally be disabled in
config/wireuse.php
. - The
classFor
behavior has been changed. You now need to specify the class attribute:<label class="{{ $attributes->classFor('label') }}" />
. - The
spatie/laravel-model-states
package is now not registered by default. You now need to registerModelStateObjectSynth::class
manually in aService Provider
. - The
CreateForm
andUpdateForm
classes have been removed.