RTL mode isn't compatible with Laravel Octane #4485
Answered
by
crynobone
NargesHajiani
asked this question in
Q&A
-
Description:RTL mode isn't compatible with Laravel Octane and Detailed steps to reproduce the issue on a fresh Nova installation:
|
Beta Was this translation helpful? Give feedback.
Answered by
crynobone
Jun 26, 2022
Replies: 1 comment
-
In Octane, all service providers are only loaded on the initial request. To handle it for Octane wrapped it under |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
crynobone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Octane, all service providers are only loaded on the initial request. To handle it for Octane wrapped it under
Nova::serving()
to execute it for each request