Replies: 2 comments
-
Same issue discussion here: #126 |
Beta Was this translation helpful? Give feedback.
0 replies
-
And the original issue from February: #125 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When calling route:cache in Laravel apps using packages defined with:
The "API" route correctly get cached, but the "channels" get discared, lilely because they are callback based routes, which Laravel cannot cache.
Whats the best approach here configure the package for "channels" routes?
Beta Was this translation helpful? Give feedback.
All reactions