21 comments found.
Hello I have a problem with the data picker that do not display. Impossible to see the date for selections. How to solve this problem I am in local
Are you working offline?
I work locally but I have the internet connection on the computer
I see. This template has DateRangePicker. Do you need a single DatePicker? Or is there anything else?
all that date selection doesn’t work. i need both
Sorry Pal!
It was a bug. I have fixed it. Here is a quick fix for you. I’ll upload the fix soon in this project.
Got to resources/views/form/advance.blade.php
and remove the trailing slash (/) from the select2 script.
Ex: change
<script src="{{ asset('plugins/select2/select2.full.min.js') }}/"></script>
to
<script src="{{ asset('plugins/select2/select2.full.min.js') }}"></script>
Don’t hesitate to contact me if you have any problem.
thank you, it work
i need your help installing this new admin template, please and thank you
I’ve added the installer. Please follow the new documentation.
i just purchased this template but i need help installing it
Did you see the documentation?
no
please help!!!
There is a folder named “documentation” in the root directory.
NOT IN MY MINE
May be it’s missing from the last update. It’s sehri time here. I’ll get back to you after one hour.
do you have video tutorial?
I think, I should use an installer. Can you wait till tomorrow?
I’ll also create a video tutorial too.
@smartrahat ok
please and thank you my email is nowwhatinc2@gmail.com,
I have updated the project. Please download it again.
Please, help me check link demo,your link demo is die. When you updated link demo, please sent to my email: phuc.pham.dev@gmail.com
Sorry for late reply. The demo fixed.
Hello we need documentation Where is show documentation please share documentation for how to install
There should be a documentation folder inside the project.
we want calender pages update mysql if it is posible
I’m building this calendar dynamic with MySql where you can add reminders, events and tasks. And I’m building it with Laravel.
we want adminLTE php and mysql if it is posible php simple script?
This is an admin template, no sql with it.
How to run this application on mac
You can use MAMP or you can use Docker Desktop. See the documentation https://laravel.com/docs/8.x#getting-started-on-macos
ErrorException (E_ERROR) Call to undefined function isActive() (View: /var/ufa878auto/admin/resources/views/includes/left-sidebar.blade.php) (View: /var/ufa878auto/admin/resources/views/includes/left-sidebar.blade.php) (View: /var/ufa878auto/admin/resources/views/includes/left-sidebar.blade.php) Previous exceptions Call to undefined function isActive() (View: /var/ufa878auto/admin/resources/views/includes/left-sidebar.blade.php) (View: /var/ufa878auto/admin/resources/views/includes/left-sidebar.blade.php) (0) Call to undefined function isActive() (View: /var/ufa878auto/admin/resources/views/includes/left-sidebar.blade.php) (0) Call to undefined function isActive() (0)
Add the helpers file in composer.json after “psr-4”. Try this code
"files": [
"app/helpers.php"
],
Hi, Do you have simple steps to install your template on a new hosting? I am a newbie in using laravel.
My Project : miniminishop.com.
Thanks, Nicholas
Hello Nicholas,
Thank you for purchasing my product.
AdminLTE Laravel is build with Laravel 5.5, it needs PHP 7.0.0 or higher to run this project. I’ve visited your site, most probably your server is using PHP 5.6 (according to Wappalyzer). Contact with you hosting provider or look for any app in your cPanel by which you can change your PHP version.
Don’t feel shy to contact me anytime if you have any problem to run this project
Best Regards
Correct, i’ve change it into PHP 7.0. It works perfectly. Thanks.
Glad to hear it’s working. Please rate 5 if you like my product or if you think I gave you a good support. Enjoy.
Hello, is this script can be customized ? thanks.
Yes, this can be customized.
can I modify the sections and connect tables to mysql ?
Of course you can.
Hello did you use Laravel Mix to compile assets, or not?
I didn’t use Laravel Mix.
It appears that you’ve compiled the assets (js/css) using Bower and Grunt and included their output. Is it possible to have the bower.json and gruntfile.js so that I may make changes and recompile? Thank you so much!
Hi there,
Thank you for purchasing my product.
All assets are open for modification. Nothing is compiled by myself. Some components are compiled by the vendor, eg: bootstrap, morris etc. The bower.json and the Gruntfile.js are located at the related vendor folder. As an example the Grunt file for Bootstrap is located at “public\bower_components\bootstrap\” folder.
Hope you like my product. If you have any more question please ask me anytime.
Don’t forget to leave a review if you like my product
it will help me to provide great support and develop/upgrade this product.
Hello, smartrahat, do you have a changelog on what changed in the update from today. So we can see if we want to update or not. Thanks
Hi fpeiffer,
The update log is at the bottom of the product description.
The last update contains a new “Example Page” for Forget Password.
If you have more query or need any help, please comment below.
Thank you.
Laravel AdminLTE 5.5 free – https://github.com/jeroennoten/Laravel-AdminLTE
Hello lawdoc,
Thanks for your afford.
There are many similar products out there. All products has their own uniqueness and different code.
This product did not use any Facades or Classes, no need to composer updates or too much complex configuration. Very beginner level code has been used, anybody can modify it very easily. To use this product you need a few knowledge about Laravel and Blade.
If you have anymore query, please comment below. I’ll always there for you 
Hello, do you plan to create a CRUD template ? Thanks!
There are many crud templates available in CodeCanyon. So, I am working on something new
Thank you
Great work! i wish you all the best for your upcoming sales!
Thank you very much 
GLWS 
Thank you 
fantastic work, very cool
i wish you big sales for the week 
Thank you very much 
You just duplicated the https://adminlte.io/themes/AdminLTE/index2.html theme. which is free to download
Hi radianttheme, Yes this is free and it’s an open source Html admin template. I converted it to Laravel 5.5. All templates are converted to Blade as well as all (almost 99%) form elements.