Level 3
Jun 17, 2022
1
Level 1
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?
Please or to participate in this conversation.