inertia-laravel@0.3.5

Published on December 23, 2020

This release adds support for the new error bag feature in Inertia.js (#362).

If an errorBag is defined on an Inertia visit (and sent via the X-Inertia-Error-Bag header), this adapter will now automatically scope validation errors to the error bag name provided.

Note, it will only use the visit defined error bag if an error bag isn't already been set server-side.