-
Dear developer, Currently I use this package for Laravel Framework 8.61.0 I found issue which the style.css isn't looking for themes directory
The stylesheet used in css
Here is what the request look like, it doesn't looking for public/theme/default path but use /image instead Any specific condition to put the image in resources directory? Best Regards, |
Beta Was this translation helpful? Give feedback.
Answered by
reidsneo
Oct 12, 2021
Replies: 1 comment
-
Well never mind,
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
reidsneo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well never mind,
add the mix.setResourceRoot('../'); after mix.setPublicPath solve the issue