Replies: 1 comment
-
Hey! For now, you can set # mix.exs
def deps do
[
{:phoenix, "~> 1.8.0", override: true},
{:backpex, "~> 0.14.0"},
...
]
end Note that Backpex does not support Phoenix 1.8 officially, but I did not experience any issues when testing it in one of our projects. In terms of daisyUI there is not much of a change. Phoenix 1.8 added daisyUI to the templates used to generate new projects. Since we already required you to have daisyUI installed when using Backpex, you won't need to change anything regarding daisyUI when upgrading to Phoenix 1.8. |
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.
-
phoenix1.8 support daisyui natively, now backpex only support phoenix1.7, user need config daisyui manualy.
Beta Was this translation helpful? Give feedback.
All reactions