I'm trying to understand where to put the CSS, JS, and HTML files from a WrapBootstrap admin theme in my Laravel 5 skeleton app. Anyone with prior experience in this area?
If you are using Laravel 5 then you should put CSS, JS,images,fonts etc. file in public folder.And You should create Laravel blade template with your HTML files.You can find all documentation here.