LaravelDaily/Larastarters

dropdown don't work

Sourovahmad opened this issue · 2 comments

image
those dropdown don't work on Bootstrap -> PlainAdmin

@Sourovahmad in bootstrap.js file remove this line

window.$ = window.jQuery = require('jquery');

and after recompile should work.

It's worked. thanks