Route caching does not work when adding channels route via package #126
Unanswered
dominik-eller
asked this question in
Q&A
Replies: 1 comment
-
+1 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a package and I am adding routes like that:
my routes are placed in the following directory /routes and everything is working as expected until I cache the routes using the following command:
after running that my custom channels.php is missing when executing:
Running php artisan route:clear solves it as well as adding the following line to die BroadcastServiceProvider
So I guess in the default route publishing something is missing for channels.php route file.
Beta Was this translation helpful? Give feedback.
All reactions