How to embed the bootstrap files in custom files?
In generate files, there is two folders in “bootstrap5”. One is css, other one is js. The “js” has content, but the css folder does not have content.
Therefore I was unable to link to bootstrap library
It’s already been handled from AdminLTE theme. You may check the generated .css files inside theadminlte3/css/ folder.
You may also check the generated {project_name}.css file inside the css subfolder.