Replies: 2 comments 4 replies
-
You're not missing anything, I think for SSR that might be required but in general out of the box it isn't. It should probably be removed from those stubs, I've been meaning to test it out and make that PR for a while. |
Beta Was this translation helpful? Give feedback.
-
Correct me if I’m wrong but that technique means that the router function needs to be injected in all components. Which is less convenient for an existing site.
I did read those threads (and many others) carefully before posting here. Thanks for the pointers. It would just be nice if there would be a built-in way to do it. I wish I could help (my specialty is PHP). Thanks. |
Beta Was this translation helpful? Give feedback.
-
In the base Laravel Jetstream and Breeze stubs, we can see that the
share
method includesziggy
data. What is the purprise of this, since the Ziggy object doesn't seem to be updated with that shared data? Am I missing something?Beta Was this translation helpful? Give feedback.
All reactions