somenet77's avatar

How to use owl carousel with laravel 5.4 mix ?

I have added the owl carousel in my project using

import 'owl.carousel/dist/assets/owl.carousel.css';
import $ from 'jquery';
import 'imports?jQuery=jquery!owl.carousel';

But didn't work, what is the actual process of adding jquery plugin using webpack mix.

0 likes
1 reply
iocod's avatar

In laravel 5.5 also not working owl carousel , error seen like that (index):698 Uncaught TypeError: $(...).owlCarousel is not a function

Please or to participate in this conversation.