Results 8 comments of Sergey Kudashev

> the output in the template is, literally a text: > > > laravel-share::laravel-share-fa5.facebooklaravel-share::laravel-share-fa5.twitterlaravel-share::laravel-share-fa5.linkedinlaravel-share::laravel-share-fa5.reddit > > And no more, it doesn't show the icons or the urls, nothing. It seems...

> @kudashevs does the solution for #43932 work if you apply the patch locally? We could maybe try to revive it with proper tests. @driesvints the patch adds a forward...

> From a first glance I think the cached route value is the correct one (without the prefixed `/`) because that's the actual value of "prefix". From the first glance...

> What's that? When you create a route without a prefix, the `getPrefix()` method returns an empty string for a non-cached route and null for the cached route. ### Steps...

Just in case, for those, who use the `getPrefix()` method in their code (I use it in a custom middleware). If you want to rely on the `getPrefix()` return value...

It's been almost three months without any progress. @driesvints I wonder if I should provide any additional information?

I also don't know how to approach this issue. What makes the issue even worse is that it seems that this is the default behavior for all the versions (at...

Hello there, I played around with the issue today, and I didn't find any way to write tests for this issue. What do I mean. To check whether the cached...