Vite Inertia Documentation Issue #46885
Unanswered
yogeshgalav
asked this question in
General
Replies: 1 comment 2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Laravel documentation suggests using Inertia in following manner
https://laravel.com/docs/10.x/vite#inertia
The above code suggests using resolvePageComponent from 'laravel-vite-plugin/inertia-helpers',
while it was better to use resolvePageComponent from 'vite-plugin-laravel/inertia'
as it allows layout binding and component name without mentioning path
I don't know the package difference but can someone look into package difference and mention the better one in documentation.
Beta Was this translation helpful? Give feedback.
All reactions