Hello I install adminlte3.2 on my laravel 8 project. I try to use select2 with multiple choose. But when a put select2 and add javascript code my select style don't change. I show you Screenshot
Please can you help me please?
Regards
Hello I install adminlte3.2 on my laravel 8 project. I try to use select2 with multiple choose. But when a put select2 and add javascript code my select style don't change. I show you Screenshot
Please can you help me please?
Regards
@alexandre-1992 please, attach some example of your code...
my blade code

my bootstraap.js
my app.css
Is there any reason you are not using the next documentation to include the plugins?
https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Plugins-Configuration
I've been using that way since long time and it worked nicely for me.
TIP: Use your browser's inspector to check is the
CSS
andJS
files of the plugin is included in the renderedHTML
, that should be your first check...Closed, no feedback