Hi,
How can we customize or apply new theme to a website without destroying original source code? It means I want to still "git pull" whenever new features or bug fixes are available afterwards.
Or is it possible to apply for a pluggable theme, which means switching different themes when necessary?
Any ideas are welcome to approach that.
Thanks a lot, Daniel
I have done it partially but not fully implement but i would suggest that. if you change the path in laravel config/view.php
'paths' => [
resource_path('views'), // change this path to resource_path('themes')
],
Then create a folder into a resource/themes
move all the files it should do a trick.
Thanks a lot for this tip. I also appreciate your recent reply to my a few comments as well. Have a good day.
© AvoRed 2021 Privacy