Shipu / themevel

Theme and asset management for laravel
Creative Commons Zero v1.0 Universal
347 stars 67 forks source link

Accessing particular theme assets in active theme #51

Closed codetestmg closed 3 years ago

codetestmg commented 3 years ago

i am trying to access another theme assets in active theme .But i didnt found any existing method . I have tried

Theme::assets('anotherTheme:img/a.jpg')

but return active path like

http://localhost/Themes/activeThemeName/assets/anotherTheme/assets/img/a.jpg

Using "laravel/framework": "^8.12", "shipu/themevel": "^2.2" ,Linux machine

thanks for this library

codetestmg commented 3 years ago

sorry my mistake.works fine .thanks