440 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
54
views
jspm and npm (separately) both fail to install [email protected]
Need your help in figuring out an installation.
We are currently using [email protected] but need to upgrade it. I found that the 3.0.5 version seems to be the latest one without any breaking changes.
...
0
votes
0
answers
69
views
Adminlte 3 - missing sidebar on mobile phone
I have an adminlte 3 template. I placed a search form in the sidebar. But on my mobile phone, the sidebar still hides after clicking on the search input. It works correctly on the computer, also in ...
0
votes
1
answer
36
views
Next.js submit form wont work and renders more than once
i made a simple login form using next.js and adminlte. But when i submit the form nothing happens. onSubmit won't triggers. I made debug at every input change. In example i type "test" "...
1
vote
0
answers
38
views
Table Column overflow the border and looks weird
I am using AdminLte-3.1 in Angular
The last two columns
<th scope="col">Created Date</th>
<th scope="col">Amount</th>
and
<td>{{ transaction?....
0
votes
1
answer
66
views
Unwanted SVG Icons in Pagination Buttons with AdminLTE and Bootstrap in Laravel Project
I'm using AdminLTE with Bootstrap in my Laravel project, and I’m encountering an issue where SVG icons (left and right arrows) are appearing in my pagination buttons. These SVG icons seem to be ...
0
votes
0
answers
110
views
AdminLte SCSS file not working properly after migration to Angular 18
I migrated an old company project from Angular 7 to Angular 18, mostly everything works again now, but for some reason, the login screen is still broken. In the original Angular 7 version, the login ...
0
votes
1
answer
50
views
datetimepicker minDate/maxDate in adminLTE template
I can't get minDate and maxDate to work on the two date fields.
Selected by date from the first field, the second does not set minDate.
I followed the example on https://getdatepicker.com/4/
I don't ...
-1
votes
1
answer
390
views
AdminLTE : Config in the vendor?
On a current web project I'm working on, I have the adminlte preloader that is constantly at the top of the page and just does a white bar, I decided to remove it but couldn't find anywhere, except in ...
2
votes
1
answer
3k
views
Error "Composer could not detect the root package (laravel/laravel) version, defaulting to '1.0.0'. See https://getcomposer.org/root-version" Laravel
Error "Composer could not detect the root package (laravel/laravel) version, defaulting to '1.0.0'. See https://getcomposer.org/root-version"
I'm using Laravel 10, PHP 8.2.9 and the latest ...
0
votes
0
answers
44
views
Icant use high chart in AdminLTE
I am using version 3 of AdminLTE and I want to use high chart in it, when I want to use pie charts, the labels are white and I could not change its style with css style and different methods. Is there ...
0
votes
1
answer
294
views
Cannot find "Manage" folder while scaffolding identity pages in ASP.NET Core application
Environment: Visual Studio 2022, Version 17.8.3, and ASP.NET Core.
When a user clicks the "Account Settings", the account setting page shall load at "content page" with keeping ...
0
votes
1
answer
72
views
How to modify the header values in adminlte.php in laravel 10?
I want to dynamically modify the values of the admilte.php configuration file
'logo' => 'TutosCODERS',
'logo_img' => 'vendor/adminlte/dist/img/AdminLTELogo.png',
use App\Models\Setting;
$...
0
votes
1
answer
400
views
Livewire 3 with adminLTE I can't hear the events launched from the component in my view with Alpine
In my Livewire 3 component I fire an event indicating that the user was successfully updated. I can't hear it from the view with Alpine. Additionally I am using adminLTE.
My component:
public ...
0
votes
1
answer
109
views
AdminLTE Menu with Laravel Docker is not updated
Summary
Ive installed AdminLTE V3 using docker + Laravel from Laravel-AdminLTE. I change some of the sidebar menu column such as URL and text. However, it is not updated.
What I do
I use docker ...
0
votes
1
answer
192
views
In Laravel Blade, how to replace URL with route in search results of "sidebar-search" AdminLte v.3
I am using Laravel 8 with blade template and AdminLte v3. I added "sidebar-search" to the menu to search for menus and it worked. i read from adminLte Sidebar docs here https://adminlte.io/...