Inertia
Notes about the bridge between Laravel and Vue with Inertia.
Areas
- Pages and Props: data sent by the backend.
- Forms: validation, errors and submission.
- Navigation: links, redirects and partial reloads.
Mental Flow
- Laravel resolve a rota.
- The controller returns an Inertia page.
- Vue renders the page with props.
- Forms go back to Laravel and receive errors/redirects.