Upgraded from 3.0 to 3.2 and now @svg() doesn't work #6330
Answered
by
duncanmcclean
Tomodo531
asked this question in
Troubleshooting
-
I upgraded my site from 3.0 to 3.2 and now the @svg() tag on my custom login page doesn't work.
When I downgrades to 3.0 from 3.2 it works fine. Has the @svg() been removed in 3.2? I've also tried to use the SVG tags from the docs https://statamic.dev/tags/svg.
But they throw the following error |
Beta Was this translation helpful? Give feedback.
Answered by
duncanmcclean
Jul 13, 2022
Replies: 1 comment 6 replies
-
Not sure about the tag but the |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
Tomodo531
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure about the tag but the
@svg
Blade directive has been renamed to@cp_svg
, after it conflicted with some popular Laravel packages.