Answers for "how to add adminlte in laravel 8"

PHP
0

adminlte in laravel 8

composer require jeroennoten/laravel-adminlte
Posted by: Guest on November-17-2020
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
0

adminlte con laravel 8

/*
 * Acacha AdminLTE template alias
 */
'AdminLTE' => AcachaAdminLTETemplateLaravelFacadesAdminLTE::class,
Posted by: Guest on January-19-2021

Browse Popular Code Answers by Language