How properly apply bootstrap without cdn in laravel?
Hello everyone, in my layout, I'm using Bootstrap via CDN, along with other links. However, I need to use styles locally. I have a JavaScript file with code and scripts in public/js/script.js and a CSS file with all styles in public/css/app.css. When I remove the CDN link and provide the path directly to the files, Bootstrap stops working. I read somewhere that this can be done using webpack.mix.js, but I don't have it installed in my project, and running npm install doesn't create it. How can I correctly set this up to use Bootstrap and other libraries like jQuery locally? Any guidance would be appreciated. :)
Layout looks like this.
@martinbean Very good answer, look like it almost working, , structure of website is ok, but ican see that some styles are missing, like hover and transtitions doesnt work like before :/