hexadog / laravel-themes-manager

Bring multi themes support to your Laravel application with a full-featured Themes Manager
https://laravel-themes-manager.netlify.app
MIT License
152 stars 31 forks source link

Wrong Symlink for public folder. #38

Closed benfiratkaya closed 2 years ago

benfiratkaya commented 2 years ago

Hi, When i create theme symlink without vendor name. For example: themes/vendorName/themeName public/themes/themeName --> wrong! According to the documentation it should be: /public/themes/vendorName/themeName

benfiratkaya commented 2 years ago

any response?

gaetan-hexadog commented 2 years ago

Hi,

you're right the created symlink is public/themes/themeName it's a bug because this creates an issue if we have 2 themes with the same name but within 2 different vendors.

Thanks for reporting.