jufrensius's avatar

How to Mix several admin-lte's plugins in Laravel?

Hi,

I've installed admin-lte into my project using npm and I've registered @import '~admin-lte/dist/css/adminlte.min.css'; in resources\sass\app.scss also added this require('admin-lte'); in resources\js\bootstrap.js file. After that, I ran the command npm run dev. After laravel mix is finished, I saw this folder node_modules\admin-lte\plugins including several plugins such as datatables. I want to install all plugins of admin-lte or only datatable's plugins from admin-lte. How to do it?

0 likes
1 reply

Please or to participate in this conversation.