Skip to content

Instantly share code, notes, and snippets.

@gr1zix
Last active November 5, 2018 18:55
Show Gist options
  • Save gr1zix/377aa70d7acb055d215ef4d3a42569c6 to your computer and use it in GitHub Desktop.
Save gr1zix/377aa70d7acb055d215ef4d3a42569c6 to your computer and use it in GitHub Desktop.
Laravel Mix - Required jQuery plugins can't be found
mix.autoload({
jquery: ['$', 'window.jQuery',"jQuery","window.$","jquery","window.jquery"]
});
/**
* Manual: https://www.justin.ly/adding-jquery-bootstrap-plugins-laravel-5-mix/
* Source: https://laracasts.com/discuss/channels/elixir/laravel-mix-required-jquery-plugins-cant-be-found
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment