Answers for "installing adminlte to laravel 8"

PHP
2

install adminlte in laravel

npm install admin-lte --save
@import '~admin-lte/dist/css/adminlte.css';
require('admin-lte'); in the bootstrap.js
please email me [email protected] if you have any issues.
Posted by: Guest on June-06-2020
0

adminlte con laravel 8

/*
 * Acacha AdminLTE template provider
 */
AcachaAdminLTETemplateLaravelProvidersAdminLTETemplateServiceProvider::class,
Posted by: Guest on January-19-2021

Browse Popular Code Answers by Language