-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Add support for Inertia.js #1389
Comments
+1 |
Yes +1 as well this would be an amazing feature |
+1 |
1 similar comment
+1 |
Yes please, was a bit amazed I couldn't get it to working |
Yes please +1 |
any update on this? |
Try #1478 and let your review on the PR |
This is fantastic. Thank you all! |
That’s the PR I tested on Svelte. It works for me. |
Unfortunately, it's not working with vue3. |
@philharmonie hi, tested on vue3, no problems |
Yeah! It is working on inertiajs |
Yes it kinda works, but when I load e.g. 10 users |
That is the ajax, it is the expected behaivor #1490 laravel-debugbar/config/debugbar.php Line 126 in 67e43ef
|
Oh thank you very much. I did not know that I am able to switch that. That's it! |
Inertia.js allows you to serve frontend framework components (React/Vue/Svelte components) directly from the Laravel code. It's essentially the "glue" that can stick the frontend and backend together without the need for an API.
However, Laravel + Inertia + React/Vue is not supported by the Laravel Debugbar. Since Inertia uses only one Blade template (which is essentially a master template), then the View tab in the Debugbar is pretty bare. It would be great if you could add support for Inertia, showing which component was rendered and which props were sent to said component.
The text was updated successfully, but these errors were encountered: