did you put that file
bootstrap.min.js.map NOT only bootstrap.min.js
in the same folder?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I'm relatively new to Laravel and following some tutorials on local machine. In one tutorial the frontend is not loading as it should be, especially the (bootstrap) navigation bar. I've tried several things but still problem is not solved. In console I get error that following resource is not loaded: http://127.0.0.1:8000/js/bootstrap.min.js.map. I've put jquery.js and bootstrap.js directly in folder public/js, and loaded it in view/welcome, but no desired effect. What could be the problem?
There was an issue with different versions of Bootstrap (3 vs 4) in the tutorial, that caused the problem with the navigation bar. The error in console of the not loaded ...map file seems to be only informative, and not causing itself any specific problems.
Please or to participate in this conversation.