What exactly is not working? Just the menu? Do you get any error messages in the developer console?
Here is a working example: https://www.w3schools.com/bootstrap/tryit.asp?filename=trybs_navbar_dropdown&stacked=h
Ok so I just deployed my website successfully and now he bootstrap toggle button is not working. I have followed the steps in this post:https://laracasts.com/discuss/channels/guides/bootstrap-4-dropdown-menu-is-not-working
And made sure that my Bootstrap markup is correct by copying and pasting direct from bootstrap docs.
I also added in the following to my webpack.mix.js file
mix.autoload({
'jquery': ['$', 'window.jQuery', "jQuery", "window.$", "jquery", "window.jquery"],
'popper.js/dist/umd/popper.js': ['Popper', 'window.Popper']
});
Any ideas/suggestions?
Please or to participate in this conversation.