How to override database connection grammar for artisan? #40311
Answered
by
ProteanCode
ProteanCode
asked this question in
Q&A
-
Hi there Using Laravel 8 I can use following code:
to override some of the query builder behaviour, but this does not work for commands like I do not know why it happens, I think that Still cannot use custom query grammar during migration :( |
Beta Was this translation helpful? Give feedback.
Answered by
ProteanCode
Jan 9, 2022
Replies: 1 comment
-
Got it working by creating something more advanced
The key is to call
after setting the resolver for connection |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ProteanCode
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got it working by creating something more advanced
The key is to call
after setting the resolver for connection