SyntaxFix
Write A Post
Hire A Developer
Questions
I resolved this issue in Laravel by modifing the line below in resources\assets\js\bootstrap.js
resources\assets\js\bootstrap.js
window.$ = window.jQuery = require('jquery/dist/jquery.slim');
to
window.$ = window.jQuery = require('jquery/dist/jquery');