larashop55 icon indicating copy to clipboard operation
larashop55 copied to clipboard

theme

Open flowser opened this issue 7 years ago • 1 comments

{{Config::get('app.url')}}/theme/js/jquery.bootstrap-responsive-tabs.js"

the files /themes/...... doesn't exist in the repository, also, there is a good way of following up with the themes and file in laravel, its better to use; {{URL::asset('theme/js/jquery.bootstrap-responsive-tabs.js')}} as these files should be placed in public folder and everything will ok, including images

flowser avatar Jan 02 '19 05:01 flowser

Config::get('app.url') have u set your path ?

all files are there: https://github.com/Hardeepcoder/larashop55/tree/master/theme/js

Hardeepcoder avatar Jan 02 '19 05:01 Hardeepcoder