383 comments found.
hello, I want to know if vuely there are tools to work roles and permissions using vue-router in laravel?
Hi,
You can use this https://www.npmjs.com/package/vue-router-user-roles plugin to add roles and permission for vue-router.
Thanks!
Hi there, for laravel integration this theme seems incomplete. The Auth is using firebase instead of passport/full Laravel integration. Do you have a version where Auth via Laravel is built in?
Thank you.
Hi,
Currently we have used laravel to make compatible with Vuejs and we gave a starter kit with laravel to allow developers to build their apps. We are working on update and will release soon with laravel features and api’s.
Thanks! Let us know if you need anything else.
Do you happen to have any idea when it will be released?
Can I use bootstrap 4 with the Vuely template? I do not want to use Vuetify, as I am more comfortable with bootstrap. Thanks.
Hi,
Yes, you can use bootstrap with Vuely but for this you will need to remove the css files loaded with Vuetify and then integrate bootstrap, You also might need to add your custom css for the elements built with Vuetify. We have another admin template Adminify built with Vuejs and bootstrap, may be you can try that.
Let us know if you have any query.
Thanks
Hi, First, I liked your theme. I call auth/AuthService in components/Sidebar/UserBlock and it fails. Calling code : import AuthService from ’../../auth/AuthService’; const auth = new AuthService(); Console error : auth_AuthService__WEBPACK_IMPORTED_MODULE_3_.default is not a constructor Already, thanks for your support, Have a nice day.
Hi,
It is an issue we are working on it. For now you can resolve this issue by using the given below of steps:-
1. Create a AuthService class object when it is required.
https://tinyurl.com/y72h3ogm2. Use the variable where it it required.
Thanks!
Hi, Great script. Actually, I would like to do something like this : http://rapidsmsnigeria.org/br/ Could you tell me if it is possible? I don’t want admin. I want to build it to public so that anyone can access it.. If you offer customization of off work, I am happy to know too. Thanks.
Hi ! Congrats for your work ! I read your how to integrate Nuxt to Vuely but could you explain it better ? Thanks in advance
That’s fine I found it
Hello, I really need a help. Im tryng to customize Auth0 and Im calling an API, but when I call authNotifier authChange, this doesnt fire. What do you need to help?
Thx
Hi,
Can you add some more details what exactly you are trying to do. We couldn’t understand your requirement. Please describe what type of api you are calling. If possible send us your project files, we will look into it. You can reach us directly at support@theironnetwork.org.
Thanks!
I like this template, but before buying it, I would like to ask if there are any plugins for roles and permissions that can be used with the v-router in the laravel template? I would also like your comments regarding other comments that say the template is slow ?
Hi,
You can use this https://www.npmjs.com/package/vue-router-user-roles plugin to add roles and permission for vue-router.
Thanks!
I like this template, but before buying it, I would like to ask if there are any plugins for roles and permissions that can be used with the v-router in the laravel template? I would also like your comments regarding other comments that say the template is slow ?
Hi,
You can use this https://www.npmjs.com/package/vue-router-user-roles plugin to add roles and permission for vue-router.
Thanks!
I like this template, but before buying it, I would like to ask if there are any plugins for roles and permissions that can be used with the v-router in the laravel template? I would also like your comments regarding other comments that say the template is slow ?
Hi,
You can use this https://www.npmjs.com/package/vue-router-user-roles plugin to add roles and permission for vue-router.
Thanks!
I like this template, but before buying it, I would like to ask if there are any plugins for roles and permissions that can be used with the v-router in the laravel template? I would also like your comments regarding other comments that say the template is slow ?
Hi,
You can use this https://www.npmjs.com/package/vue-router-user-roles plugin to add roles and permission for vue-router.
Thanks!
Can I run such a demo (http://vuely.theironnetwork.org/) locally after purchase?
Hi,
Yes you can run the demo on the local server. We have provided a demo project in the project files.
Thanks!
I have a problem with breadcrumbs. Can you help me?
[My Template]
<template> <page-title-bar></page-title-bar> <app-section-loader :status=”loader”></app-section-loader> <v-container fluid grid-list-xl> <v-layout row wrap> </v-layout> </v-container> </template>
[Console error]
[Vuetify] ‘default slot’ is deprecated, use ’:items and scoped slot “item”’ instead
found in
-> <VBreadcrumbs>
<AppCardContent> at resources/js/components/AppCard/AppCardContent.vue
<Fullscreen> at D:\Workspaces\Web\Git\vue-fullscreen\src\component.vue
<AppCard> at resources/js/components/AppCard/AppCard.vue
<PageTitleBar> at resources/js/components/PageTitleBar/PageTitleBar.vue
<UserList> at resources/js/components-dzapp/modules/users/UserList.vue
<VContent>
<Full> at resources/js/container/Full.vue
<VApp>
<App> at resources/js/App.vue
<Root>
I’m using vuely with laravel
Hi,
Please send us your project files, we will look into it. You can reach us directly at support@theironnetwork.org.
Thanks!
Thanks, My developer will send the files
I received you response, thanks for you support.
I like this template, but before buying it, I would like to ask if there are any plugins for roles and permissions that can be used with the v-router in the laravel template? I would also like your comments regarding other comments that say the template is slow ?
Hi, I’m going to need to use Vuely with Laravel, but I have a question. When I try to access a route directly I get error 404, how do I configure to use the vue routes with laravel routes?
Hi,
To resolve this issue you just need to add this route at the bottom of your routes/web.php file. Go to the vuely-laravel -> routes directory and open web.php file.
Route::get(‘{any}’, function () { return view(‘welcome’); })->where(‘any’,’.*’);
Thanks! Let us know if it works or not.
thank you
template is painfully slow, can we disable some modules to make it load faster ?
Hello, does the seed project include firebase auth ?, is there a way to connect to cloud firestore db?
thank you
Hi,
Seed project doesn’t include firebase auth, you need to add it manually. To connect to cloud firestore please refer to this link https://firebase.google.com/docs/firestore/quickstart.
Thanks! Let us know if you need anything else.
Hello,
When a user clicks on a Sidebar menu item, I need to execute a Javascript function. How can I pass a javascript function to the menu state item? It seems that the examples only show how to pass a path?
{ action: ‘zmdi-case’, title: “New Case”, active: false }
Hi,
Here are the following instructions to execute a javascript function whenever menu is clicked:-
1. Go to the src -> component directory and open Sidebar.vue component file. Add a click event in the menu element as same given in the screenshot.
https://tinyurl.com/ybh28xsp2. Create a method as same given in the screenshot.
https://tinyurl.com/ybprqsw6Let us know if it works for you.
Thanks!
Hello,
How can I get the HTML version? I don’t know Vue and thought it was a simple HTML template. I don’t need all the plugins, I mainly purchased it for the menu / layout
Hi,
We don’t have a html version, this is purely vue based template. Thanks!