Most voted "adminlte" questions
Adminlte is a fully responsive administration template. Based on Bootstrap 4.
Learn more…14 questions
Sort by count of
-
3
votes1
answer460
viewsLogin page
I’m learning angular. I’m using angular 6 I am trying to make the login page of Admin LTE I imported these files in angular.json "styles": […
-
2
votes2
answers595
viewsSelect2 does not work in adminLte + Laravel 5.8
I added a Select2 on the page, but it does not load at all. Someone has already gone through this? I implemented it like this: Page: cadastrar.blade.php <div class="box-body"> <div…
-
1
votes0
answers1042
viewsMulti-level Treeview Menu does not work in Adminlte
Problem: I’m using the template Adminlte 2 (very good template! ) in the project that uses the Framework Laravel. I was able to include all the files and configure the layout to be displayed on…
-
1
votes0
answers82
viewsAdminlte Datatable - Select Row / Select Row
I have a project in progress and I use the Adminlte for layout. I liked it a lot, but I have a doubt about Datatable: How to apply functions to select a line in Datatable? I’ve tried applying…
adminlteasked 6 years, 2 months ago Richardson Lourenço 11 -
1
votes0
answers192
viewsen datepicker does not work in Adminlte 2
Hello, I’m developing a panel and I need the datepicker in Portuguese, I tried to modify the js file itself but the dates disappeared. $('#datepicker').datepicker({ autoclose: true,…
-
1
votes0
answers248
viewsHow to create a multi-level menu with Adminlte Menu Runtime in Laravel?
I joined the jeroennoten/Laravel-Adminlte to a project Laravel 5.7, however, I’m having difficulty generating a menu with multiple levels. According to the reference in the project repository…
-
1
votes1
answer277
viewsACL Laravel using ADMINLTE
Good morning. I am using Laravel 5.5 and adminlte. I implemented Acl with middlewares and use can to test permissions. I would like to put can('centrocusto') in the adminLte menu. It’s not working.…
-
1
votes0
answers637
viewsMenu Adminlte according to the user
I’m creating a scheduling system with Laravel and Adminlte. The authentication method I used was not the Laravel Auth or the Adminlte, because I simply used a Controller that uses a method for…
-
1
votes0
answers94
viewsMulti select no adminLte Laravel 5.8
I need to create a multi select on the page and am using the AdminLte, the situation is as follows: A course can have several disciplines (the bank is ready with the right relationships) <select…
-
1
votes0
answers19
viewsCodeigniter 3 Ci_adminlte Routes
Good evening, I’ve been using the CI3 administrator for some time Taken from here It happens that yesterday I went from localhost to liveserver and except for the controller I target as 'default' in…
adminlteasked 4 years, 6 months ago Paulo Barbosa 11 -
0
votes1
answer90
viewsSet time (minute:second) on Flot chart
I’m trying to put on the x-axis the seconds, because the update is every 3 seconds. I have found that to define the interval, I just put this data xaxis : { minTickSize : [ 3, "second" ], min : 0,…
-
0
votes1
answer2908
viewsIntegrate LTE Admin Template at Angular 6
I’m trying to integrate the administration into my project, but I couldn’t It’s like he can’t find the files I already gave the npm i admin-lte --save-dev I’ve already added the files in…
-
0
votes1
answer401
viewsFile Path in project
I have a project where I need to develop a billing request, I am implementing a spreadsheet import for DB Mysql, until this part is OK, the problem is that I can’t find the file inside the folder…
-
-1
votes1
answer898
viewsTranslation error on adminLTE template buttons
I developed a project that uses the adminLTE template and the Laravel Framework. But when migrating the project to the production server the template buttons were disfigured. I need your help to…