Discussion on Dashmix - Bootstrap 5 Admin Dashboard Template & Laravel 11 Starter Kit

Discussion on Dashmix - Bootstrap 5 Admin Dashboard Template & Laravel 11 Starter Kit

Cart 1,734 sales
Recently Updated
Well Documented

pixelcave supports this item

Supported

This author's response time can be up to 1 business day.

206 comments found.

any possibility for laravel 8

Hello, many thanks for choosing Dashmix for your project! The Laravel Starter Kit will be upgraded in the next update, so stay tuned. In the meantime, you can easily upgrade to Laravel 8 by updating the following dependencies in composer.json file..

"require": {
  "php": "^7.3.0",
  "fideloper/proxy": "^4.2",
  "fruitcake/laravel-cors": "^1.0",
  "guzzlehttp/guzzle": "^7.0.1",
  "laravel/framework": "^8.0",
  "laravel/tinker": "^2.0" 
},
"require-dev": {
  "facade/ignition": "^2.3.6",
  "fzaninotto/faker": "^1.9.1",
  "mockery/mockery": "^1.3.1",
  "nunomaduro/collision": "^5.0",
   "phpunit/phpunit": "^9.0" 
}

..and running composer update command in your console. Hope that helps!

Hello, my favorite! It’s me again =D Please tell me, how can I output messages with validation errors from ajax using the “jQuery Validate Plugin”? Or something else… Example: https://pastebin.com/VZDMUtWz

It should work but we haven’t use it in such way before to let you know for sure. You should test it out and implement the response in such way, so that it returns feedback messages per input field.

I understand, thank you! Oh, by the way. When sending AJAX, dashmix.core.min.js for some reason, he swears at the 422, 500, 429 and etc errors. Even though I pass the CSRF token. How can I fix this?

jQuery is included in dashmix.core.js file which is used for the AJAX request. Are you sure that the request is set up correctly along with the CSRF? Be sure to check the developer tools of your browser to confirm the final request sent. If it persists, please send us a message from our profile’s contact form with a live link showcasing the issue to have a look at!

Hello everybody, Since the update to V3.0, I get the following error message in my console.

Uncaught TypeError: Invalid value used as weak map key at WeakMap.set (<anonymous>)

Can you tell me if I’m the only one? Is there an easy fix for this?

Hi, many thanks for choosing Dashmix for your project! Please have a look at the changelog section in the docs where there are a couple of changes you need to apply in your markup. Afterwards, everything will work as usual. Hope that helps, happy coding!

Silly me. Thank you so much. Keep up the great work!

No worries!! Wish you all the best with your project and happy coding!!

Good afternoon! Please tell me how to connect Laravel error system with the jquery.validate plugin? Thank you in advance!

Okay, thank you a lot!

You’re welcome, happy coding!

Quick, my emotions are on edge!!! Show me where to put likes here? FASTER! MORE LIKES AND BUYERS!

Maybe Cleave.js could be added to form plugins? :)

https://nosir.github.io/cleave.js/

It seems like a nice addition. Thank you for your suggestion! :-)

I have purchased your theme for my website https://talkwithstranger.com/ and converted some pages (https://talkwithstranger.com/free-chat-rooms/free-call) I have found some page speed issues and need your help on it. All the issues and scores are shared in the document Please review it and provide feedback.

https://docs.google.com/document/d/1CRATVcLXP1fj3DkE_P6rweZ4hUcvuMQ6bYYkRXABj_4/edit?usp=sharing

Hi, many thanks for choosing Dashmix for your project! Let’s have a look at your questions:

1. Unfortunately, we don’t provide customization/consultation services for improving the web performance of your website. Hiring a frontend web developer for such task would be ideal.

2. Most of these issues need to be optimized and improved based on your website. For example, if you only use a portion of the included CSS/JS, you might want to remove the code you are not using by altering the source code accordingly. The Sass and JavaScript section in the docs should be helpful.

3. It seems that your support is expired, but you can extend it and contact us through our profile’s contact form if you have any further questions regarding Dashmix in the future.

4. A few suggestions which will heavily improve the score of your website, would be to take advantage of browser’s cache, improve your web server’s speed and also check the external libraries you are including because it seems that there are assets that take too much time to load. These are the most important issues which seem to responsible for the big difference between Dashmix’s good score and your website’s one.

Hope that helps, wish you a nice weekend!

I have made a website using version 2.5 – Can I just update the plugins, js and css from 3.0 to upgrade (obviously I would have to change any on page js changes too).

Thanks for your answer. I’ve started making some updates to my site and noticed the font really doesn’t go well anymore (version 3). Why was Nunito Sans removed? That font really complemented this template. Everything now looks so harsh and either too bold or too skinny :(

Would have been handy if you had added font-family: “Inter”, “Nunito Sans” so the css was backwards compatible with any html pages purchasers had already custom made (from pre v3.0).

It was a change we decided to move forward with to refresh the design with a modern and nice looking font. We had to adjust various weights and sizes to better match that font, so the new changes may not play nice with Nunito Sans everywhere, that’s why we didn’t include it for backwards compatibility.

If you would like to update to 3.0 though, you can override the font-family variable in your custom/_variables.scss by setting it to the old font but have in mind that Nunito Sans does not have a 500 weight, which we use with Inter font. Hope that makes sense!

Any react version planned ? Or any version without Jquery dependancies ?

Hi, there are no plans for a React version at the moment but we might create one in the future. jQuery calls might be completely removed from the core functionality file in upcoming updates, so that it’s easier to use the JS code with React, Vue.js or Angular.

The update looks very clean.

How can I make the side overlay have a fixed header and sidebar scrolling for only content like the left sidebar?

Thank you, really glad you like it! For now, you can apply this feature to the sidebar. Further customizations are needed to make it work for the side overlay as well. Stay tuned as we might implement it with a future update!

Thank you for the fast response.

Possible bug: xPro and xPlay dark headers are gray instead of using their primary colors.

You’re welcome! No, this is by design for those color themes. You can easily set those colors if you want to by overriding $theme-xpro-header-dark-bg and $theme-xplay-header-dark-bg variables in your custom/_variables.scss. Hope that helps!

Hey all! We just wanted to let you know that Dashmix 3.0 update is here! It is a huge update with fresh pages, features, improvements, fixes, updates and a brand new and improved, sleeker design! All existing customers can download it for free from their downloads page. Changelog and update information can also be found in the updated documentation! :-)

3.0 Update – July 15, 2020

  • NEW FEATURES
  • IMPROVEMENTS
    • Typography, layout and design improvements throughout all pages including all dashboards
    • Main navigation layout and colors improved for all colors themes and sidebar variations
    • A dark sidebar with a light header is now the default preview layout
    • All color themes were improved
    • Horizontal navigation now works great on dark headers
    • Custom radio boxed design
    • Default font changed to Inter instead of Nunito Sans
  • FIXES
    • SimpleMDE Editor FontAwesome conflict
    • Bootstrap Tooltip/Popover positions
    • Breadcrumb and Timeline icons alignments
  • UPDATES
    • Bootstrap 4.5.0 (4.4.1)
    • jQuery 3.5.1 (3.4.1)
    • Font Awesome 5.13.1 (5.12.1) – 41 new icons
    • FullCalendar 5.1.0 (3.10.2)
    • Bootstrap Maxlength 1.10.0 (1.6.0)
    • CropperJS 1.5.7 (1.5.6)
    • CKEditor 4.14.1 (4.12.1)
    • DataTables 1.10.21 (1.10.20)
    • Dropzone 5.7.1 (5.7.0)
    • FullCalendar 5.1.0 (3.10.1)
    • jVectorMap 3.1.1 (3.1.0)
    • jQuery Validation 1.19.2 (1.19.1)
    • Pwstrength Bootstrap 3.0.9 (3.0.5)
    • SimpleBar 5.2.1 (5.1.0)
    • SweetAlert2 9.15.3 (9.10.0)
    • Summernote 0.8.18 (0.8.12)
    • Laravel Starter Kit: Laravel 7.19.0 (7.1.0)

If you have any questions feel free to get in touch through our profile’s contact form, we’ll be more than happy to assist you as soon as possible! Happy updating and coding! ;-)

Hi sir, I got this error in laravel starter kit “Uncaught TypeError: jQuery(...).scrollLock is not a function” dashmix.app.js:27468

Hi thanks for reply, I’m using the dashmix.app.js file from the Laravel Starter Kit but the problem still exits, I’m also trying to using “jquery”: “3.5.1” with “jquery-scroll-lock”: “3.1.3” and “jquery”: “3.4.1” with “jquery-scroll-lock”: “3.1.3” but nothing happens

Hi, the compiled file dashmix.app.js file from the Laravel Starter Kit already includes jquery-scroll-lock. If you’ve made additions or would like to work with the JS source code, then please make sure that you’ve included the resources/js/dashmix/* files from the Laravel Starter Kit (not from HTML/PHP versions) in your Laravel project and also added the related compilation rule for resources/js/dashmix/app.js in your webpack.mix.js file. Hope that helps.

Thanks, I fix the problem by including js/laravel.app.js befor js/dashmix.app.js

Hello. Thank you for great theme. I will make a suggestion. Could you add kanban-board feature? (Ex: js: https://www.riccardotartaglia.it/jkanban/) Thanks

Hello, many thanks for choosing Dashmix for your project and kind words! Thanks a lot for your suggestion as well, it seems like a nice idea, we will have a look into it!

Hi, can you fix gap when launch modal bs? its look ugly, especially when using Hero content. Still not fixed on last update

It is an implemented feature in the plugin to prevent content from jumping around (when opening/closing a modal) and at the same time to prevent the scrolling of the main window (when the modal is opened). Not having that feature would create new problems that the Bootstrap team tried to fix in the first place with that approach. Hope that makes sense!

So far this is the best admin theme for me, I also bought other themes at a much more expensive price, but I rarely use it because it is too heavy when loading. For me performance is the most important.

1. When will you release the next update?

2. Can you help me how to make a nice custom input-file button using an image avatar?

Thanks so much for your kind words, we are very glad you like Dashmix. We did our best to make it as fast and lightweight as possible! Let’s have a look at your questions:

1. We are already started working on Dashmix 3.0 update but we have no release date at the moment. Feel free to follow us on Twitter for updates.

2. Unfortunately we are not available for customizations but a quick tip would be to use something like the following:
<label>
    <img class="img-avatar" src="url/to/avatar.jpg" alt="avatar" />
    <input type="file" hidden>
</label>

How could I download dashmix.app.js and dashmix.core.js not minified … could you send me by email cristianormoraes@gmail.com

Hi, many thanks for choosing Dashmix for your project. They can be found under the _es6/main/ folder. Please have a look at the docs, under the JavaScript section for more info. Thank you.

does it have any crud stuff? or is it just a base admin

Many thanks for choosing Dashmix! If you are referring to the Laravel Starter Kit, it does not have crud functionality or pre-configured models/controllers. It includes blade layouts, vital page examples and main assets ready to work with Laravel Mix out of the box.

Hey all! We just wanted to let you know that Dashmix 2.3 update just went live and comes packed with Laravel 7 support along with improvements and fixes! All existing customers can download it for free from their downloads page. Changelog and update information can also be found in the updated documentation! :-)

2.3 Update – March 12, 2020

  • NEW FEATURES
    • Laravel Starter Kit is now based on Laravel 7
  • IMPROVEMENTS
    • Default grid gutters are now smaller on mobiles to match with main content’s padding
  • FIXES
    • Small fixes to _theme.scss mixin and Get Starter RTL Boxed Backend markup
  • UPDATES
    • FontAwesome 5.12.1 (5.12.0) – 8 new icons!
    • Dropzone 5.7.0 (5.5.1)
    • Gmaps.js 0.4.25 (0.4.24)
    • Select2 4.0.13 (4.0.12)
    • SweetAlert2 9.10.0 (9.7.0)
    • Laravel Starter Kit: Laravel 7.1.0 (6.10.1)

If you have any questions feel free to get in touch through our profile’s contact form, we’ll be more than happy to assist you as soon as possible! Happy updating and coding! ;-)

Hi! I bought 2.1 version. Does my purchase include updates to 2.2. as well?

Hi! Many thanks for choosing Dashmix for your projects and great rating, we very much appreciate it! The updates are free for existing purchases, so feel free to download Dashmix again from your downloads page and you will get the latest version :-)

Hi, this a great theme and I use it for almost everything! But I have a few questions:

- When you purchased the theme and want to make your website public, are you allowed to remove the brand from “Made with <3 by pixelcave”? - Will there come a dashboard or page kit for a user client area (for billing systems). I think it would be great if it can be added in future updates :D

Hi, many thanks once again for choosing Dashmix for your projects and kind words, we are very glad you like it! No worries, if you must, you can remove it. Please be sure that you have acquired one equivalent license per website/project though. That’s a nice suggestion, thank you, we will consider it for a future update. Happy coding!

I like your theme but got a question. I want to use <script> $(document).ready ( function(){ Dashmix.helpers('notify', {type: 'danger', icon: 'fa fa-times mr-1', message: 'Your message!'}); }); </script> to show when page is loaded. But this is not working. Is it blocking or not possible?

Hi, many thanks for choosing Dashmix for your project and kind words, we are very glad you like it!

Please make sure that you are including the bootstrap-notify plugin before, as showcased in the Notifications page, and it will work great! Hope that helps.

Hey all! We just wanted to let you know that Dashmix 2.2 update just went live and comes packed with many new fresh pages, features, improvements and updates! All existing customers can download it for free from their downloads page. Changelog and update information can also be found in the updated documentation! :-)

2.2 Update – January 23, 2020

  • NEW FEATURES
  • IMPROVEMENTS
    • Various design improvements to main navigation, color themes and layout
    • Docs: Laravel Starter Kit section was updated with new info
  • UPDATES
    • FontAwesome 5.12.0 (5.10.2) – 186 new icons!
    • Bootstrap 4.4.1 (4.3.1)
    • Bootstrap Colorpicker 3.2.0 (3.1.2)
    • Bootstrap Tourist 0.3.2 (0.2.1)
    • Chart.js 2.9.3 (2.8.0)
    • Cropper.js 1.5.6 (1.5.5)
    • DataTables 1.10.20 (1.10.19)
    • Flatpickr 4.6.3 (4.6.2)
    • Highlight.js 9.16.2 (9.12.0)
    • Ion Rangeslider 2.3.1 (2.3.0)
    • jVectorMap Next 3.1.0 (3.0.0)
    • Popper.js 1.16.0 (1.15.0)
    • Select2 4.0.12 (4.0.10)
    • Simplebar 5.1.0 (4.2.1)
    • SweetAlert2 9.7.0 (8.17.1)
    • Laravel Starter Kit: Laravel 6.12.0 (6.0)

If you have any questions feel free to get in touch through our profile’s contact form, we’ll be more than happy to assist you as soon as possible! Happy updating and coding! ;-)

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey