Discussion on Huma - Laravel Admin Dashboard Template

Discussion on Huma - Laravel Admin Dashboard Template

Cart 16 sales
Well Documented

FrontendMatter supports this item

Supported

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

38 comments found.

Dear Team I would like to take this opportunity to inform you that the huma dashboard admin template has not worked for me and i have no support. please go ahead to refund my money.

Thanks

i have gitlab account can you please give me access to getting a theme?

Am facing this error i need help

==================================================== 15234 verbose Windows_NT 10.0.19042 15235 verbose argv “C:\\Program Files\\nodejs\\node.exe” “C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js” “install” 15236 verbose node v14.16.1 15237 verbose npm v6.14.12 15238 error Error while executing: 15238 error C:\Program Files\Git\cmd\git.EXE ls-remote -h -t ssh://git@gitlab.com/FrontendMatter/ui-huma.git 15238 error 15238 error Host key verification failed. 15238 error fatal: Could not read from remote repository. 15238 error 15238 error Please make sure you have the correct access rights 15238 error and the repository exists. 15238 error 15238 error exited with error code: 128 15239 verbose exit [ 1, true ]

share the email where we can contact you for support

This laravel template is not working at all unless am the one who is doing a wrong thing.it only succeeds to load the defualt home page the rest nothing.I need a to buy the html template and see, but please refund so i can top up

Below is my purchase code

755a18da-f360-4b6a-8ce5-e761a91efc64

Hello Team, I purchased Huma – Laravel Admin Dashboard Template however i have issues running it in laravel 7.2 is there any support for this.

Am having error manifest file not exist , i have done everything possible but still failed

Until now you still don’t release the update that do not require gitlab account please refund my money I will buy the html template instead

npm ERR! Error while executing: npm ERR! C:\Program Files\Git\cmd\git.EXE ls-remote -h -t ssh://git@gitlab.com/FrontendMatter/ui-huma.git npm ERR! npm ERR! remote: npm ERR! remote: ======================================================================== npm ERR! remote: npm ERR! remote: The project you were looking for could not be found. npm ERR! remote: npm ERR! remote: ======================================================================== npm ERR! remote: npm ERR! fatal: Could not read from remote repository. npm ERR! npm ERR! Please make sure you have the correct access rights npm ERR! and the repository exists. npm ERR! npm ERR! exited with error code: 128 npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\esccyber\AppData\Roaming\npm-cache\_logs\2020-12-04T04_43_58_421Z-debug.log Process finished with exit code 1

Why I have to register a gitlab account before I can use the template? can you make it easier for me to implement? otherwise please refund my money because the installation is really hard, I buy this template and also need gitlab subscription in order to work with the template

I will wait for 2 days more if you can’t complete it then please refund

Please refund my money

Hello, until now still no update please process the refund and I will buy the html template instead

When I run composer install and faced this error:
In PackageManifest.php line 131:

  Undefined index: name

Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1

Hi,

Seems to be a problem with composer.

Try running
composer update
If that doesn’t fix the issue try updating composer itself:
composer self-update

Let me know if that worked.

I’ve done that before and it works

Hello, Good product – am trying to decide which product is the appropriate one to purchase – could you plz let me know: 1. Is this Laravel version a superset of the Bootstrap version ? It looks like you’ve added auth, routing, etc. 2. Related question – are there any features in the Bootstrap version that is not in here – i noticed the Bootstrap version has different themes, but this one does not. 3. From the comments, it seems some folks are having issues with Vue integration. Are these issues resolved and can it be integrated with React or Vue? 4. Also, from the comments, I also saw that you are having some additional Gitlab registration and access process/requirement – does it come with all source code and assets or are there any restrictions, encryption, dependency, etc. Plz clarify. Thanks.

Please give me access to GitLab Id: https://gitlab.com/engr.rowshan

Hi,

Access granted. Before you try npm install again, you should configure your ssh access to gitlab. If you didn’t do that before, here are the instructions https://docs.gitlab.com/ee/ssh/ .

Let me know if there’s anything I can help with. Thank you!

We are looking for some solution for project management software and we fined this your product. Is this full working version, with all codes of the product to install on our server?

Hello, I have already asked for a refund since long time, could you please proceed with it.

Hello,

I made a mistake. I bought the Laravel and I had to buy the other … My developers pointed it out to me. How to refund or exchange with the other boostrap ? Thanks !!

Hi, replied to your email. Thanks

Hello,

I made a mistake. I bought the Laravel and I had to buy the other … My developers pointed it out to me. How to refund or exchange with the other boostrap ? Thanks !!

Hi, please send me an email to contact at frontendmatter.com and I’ll reply there. Thanks

Where can I reply at frontendmatter.com ? I don’t find ..

Hi, replied to your email. Thanks

hello, This is a reminder of my request to refund the huma-laravel-admin-dashboard-template as it was useless for me unfortunately, and many developers tried to customize it to have VueJS enabled but we failed, please proceed with the refund, thank you

Hi, I’m still waiting for your response about authorization and registration.

I just noticed that all problems disappear if I don’t use an SSL certificate.

I always put SSL first and forget to configure redirection of all requests. That’s it, the issue is resolved, everything works. Thanks.

That’s great news! Thanks for the info. I’ll check SSL.

Also thanks for reconsidering your rating.

Dear Sir, I am not able to use the this theme for my project, four different developers so far tried to enable VueJS and work on it but we didn’t manage to do it, beside that the heavy load and security restrictions make the theme very rigid. I have decided to refund it. Thank you for understanding.

Hi,

Sorry but I had to take a few days off work because I was sick.

Are you trying to create a single page application using Vue and the drawer layout included with the theme? Which part is causing issues when trying to integrate with Vue more specifically?

Check this out https://github.com/FrontendMatter/fmv-layout

Installation:
npm install fmv-layout
resources/js/bootstrap.js:
import Vue from 'vue'
window.Vue = Vue

import {
  FmvDrawer,
  FmvSidebar,
  FmvSidebarMenu,
  FmvDrawerLayout,
  FmvHeader,
  FmvHeaderLayout,
  FmvPerfectScrollbar,
  FmvToggle
} from 'fmv-layout'

import 'fmv-layout/dist/fmv-layout.css'

Vue.component('FmvDrawer', FmvDrawer)
Vue.component('FmvSidebar', FmvSidebar)
Vue.component('FmvSidebarMenu', FmvSidebarMenu)
Vue.component('FmvDrawerLayout', FmvDrawerLayout)
Vue.component('FmvHeader', FmvHeader)
Vue.component('FmvHeaderLayout', FmvHeaderLayout)
Vue.component('FmvPerfectScrollbar', FmvPerfectScrollbar)
Vue.directive('FmvToggle', FmvToggle)
resources/js/app.js:
import App from './views/App.vue'

if (document.querySelector('#app')) {
  const app = new Vue({
    render: h => h(App)
  }).$mount('#app')
}
resources/js/views/App.vue:
<template>
  <fmv-drawer-layout
    drawer-align="start" 
    content-class="page" 
    style="overflow: visible;">

    <!-- Page content goes here -->

    <fmv-drawer
      slot="drawer" 
      align="start" 
      id="default-drawer">
      <fmv-sidebar
        type="light" 
        variant="bg-white">
        <fmv-sidebar-menu 
          :menu="menu" />
      </fmv-sidebar>
    </fmv-drawer>

  </fmv-drawer-layout>
</template>

As you can see this is possible and I’m using the layouts in production in some other projects, however there is much more to the implementation. This is just a basic starting point.

I’ll need a few days to put a demo in place and release an update so that you can have a working sample to work on. I’ll let you know as soon as it’s available.

Thank you!

Hello, I really suffered trying to convert the theme to VueJS enabled with Laravel, do you have any ideas or resources to make this doable?

Hi,

Sorry but I had to take a few days off work because I was sick.

Are you trying to create a single page application using Vue and the drawer layout included with the theme? Which part is causing issues when trying to integrate with Vue more specifically?

Check this out https://github.com/FrontendMatter/fmv-layout

Installation:
npm install fmv-layout
resources/js/bootstrap.js:
import Vue from 'vue'
window.Vue = Vue

import {
  FmvDrawer,
  FmvSidebar,
  FmvSidebarMenu,
  FmvDrawerLayout,
  FmvHeader,
  FmvHeaderLayout,
  FmvPerfectScrollbar,
  FmvToggle
} from 'fmv-layout'

import 'fmv-layout/dist/fmv-layout.css'

Vue.component('FmvDrawer', FmvDrawer)
Vue.component('FmvSidebar', FmvSidebar)
Vue.component('FmvSidebarMenu', FmvSidebarMenu)
Vue.component('FmvDrawerLayout', FmvDrawerLayout)
Vue.component('FmvHeader', FmvHeader)
Vue.component('FmvHeaderLayout', FmvHeaderLayout)
Vue.component('FmvPerfectScrollbar', FmvPerfectScrollbar)
Vue.directive('FmvToggle', FmvToggle)
resources/js/app.js:
import App from './views/App.vue'

if (document.querySelector('#app')) {
  const app = new Vue({
    render: h => h(App)
  }).$mount('#app')
}
resources/js/views/App.vue:
<template>
  <fmv-drawer-layout
    drawer-align="start" 
    content-class="page" 
    style="overflow: visible;">

    <!-- Page content goes here -->

    <fmv-drawer
      slot="drawer" 
      align="start" 
      id="default-drawer">
      <fmv-sidebar
        type="light" 
        variant="bg-white">
        <fmv-sidebar-menu 
          :menu="menu" />
      </fmv-sidebar>
    </fmv-drawer>

  </fmv-drawer-layout>
</template>

As you can see this is possible and I’m using the layouts in production in some other projects, however there is much more to the implementation. This is just a basic starting point.

I’ll need a few days to put a demo in place and release an update so that you can have a working sample to work on. I’ll let you know as soon as it’s available.

Thank you!

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