-
Hi, I want to change my database, I am using sqlsrv (MS SQL) now. I try change to Mysql driver in env file but backpack not changing. It still use sqlsrv. for detail |
Beta Was this translation helpful? Give feedback.
Answered by
tabacitu
Dec 28, 2020
Replies: 0 comments 1 reply
-
Heads-up @ffrhtt - Backpack will use whatever the Eloquent Model uses for the DB Driver. So this isn't Backpack-specific - it's more of a Laravel question. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ffrhtt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Heads-up @ffrhtt - Backpack will use whatever the Eloquent Model uses for the DB Driver. So this isn't Backpack-specific - it's more of a Laravel question.