Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Tag: Laravel (725)

Hi,I am using Metronic 8.1.7 Laravel App. How can I create a new page having a form and uploading file. I create a new entry in menu.php file, crated a blade file. I don't know where I need to define route. It looks we do not need to define it web.php.
I purchased the theme a week ago, i am trying to install locally. Currently i got few issues:1. How to switch to another demo layout, default seems to be demo1. I tried changing value in config/settings.php > default value but no luck.2. The sidebar is very different, it have only following...
Dear Team i am using laravel version 8.1.7, i could not figure out the bootstrap file where i need to enabledimport Echo from 'laravel-echo';window.Pusher = require('pusher-js');window.Echo = new Echo({ broadcaster: 'pusher', key: 'mykey', wsHost: window.location.hostname,...
I want to use a simple ajax function in Laravel, I am familiar with jQuery ajax and I read in docs metronic8 does not use jQuery. I want to know, is it okay to include jQuery or metronic8 have anything to perform Ajax?
Hi,I want to add the forms on a web page. Are there any forms provided? If yes, how can I add those forms to my web page? Can I add bootstrap forms on any web page?
Hey Guys,Suggestion: For the form-switch - have a unchecked focus colour so that when you are filling in the form and TAB through elements - you can tell when a switch has focus.eg:.form-switch.form-check-solid .form-check-input:not(:checked):focus { background-color: var(--bs-gr...
I implemented Metronic laravel version on Laravel 10 fresh installation and have been battling with the following error:Call to undefined function App\Core\Bootstrap\addHtmlAttribute(),Meanwhile, the function is defined as follows in the AppServiceProviderpublic function boot() {...
Previously we have multiple demos implemented for Laravel, but at the moment we can only download the starter kit that only have the minimal for demo 1.The other demos will not be available anymore?It was useful because was easy to start with a new demo now we have to create multiple layout...
I am using Metronic 8.1.7 Laravel and when I try to visit root (/) it automatically redirect to login page. I want to show a landing page and open login page when user click login button. How can I do this?
Hi,I try to install metronic laravel 8.1.7 and i have an error with : npm run dev npm run dev> dev> npm run development> development> mix✖ Mix Compiled with some errors in 22.64s1 WARNING in child compilations (Use 'stats.children: true' resp. '--stats-children' fo...
Hey Guys,I have used starterkit as a base for the conversion of a Metronic v6 app to a Metronic v8 app.I have been successful in all aspects except now I was testing the 'reset password' facility and have gotten as far as getting the reset mail link in an email.However, it then redirects me...
Im new to themeforst and buying themes.Finished my software dev study and wanna start a small business.Want to use Metronic laravel to create a dashboard where ''clients'' can do their things.Or i want to do it like customer.myproduct.comor myproduct.com with a login -> selecting tenan...
hello,im try to using action button in yajra datatables on this pagehttps://preview.keenthemes.com/html/metronic/docs/general/datatables/server-side#while i try, the action button not working, it's just open to new page, not showing edit button and delete button, thanks
Hey guys,starterkit (Laravel) doesnt appear to have Tempus Dominus.Ive edited resources/mix/plugins.js to include it from the node_modules directory.However, your help documentation:https://preview.keenthemes.com/html/metronic/docs/forms/datepickerRefers to an init file src/js/ve...
Hello, I want to write a note on the selected word or sentence in Ckeditor. But I couldn't find this feature. Is there such a feature in Ckeditor5 in the theme? There is a paid feature "Comments overview" on the Ckeditor site. There is "@ckpro/ckeditor5-popover" as 3rd party. Is there such a feature...
Hello, I am using Laravel version, how to switch Sweetalert2 notification from light mode to dark mode. Btw, I am using LivewireAlert package. https://github.com/jantinnerezo/livewire-alertThanks.
Hi guysIs laravel 10 supported by Metronic ?Thanks
Hey Guys,How can one persist the sidebar state across pages? As soon as we go to a new page, the sidebar is expanded again.Thanks in advance
Hello,I'm using the Laravel demo7,I want to use the same layout as for documentation for the public space of my project but I cannot figure how to do that.I know this piece of the web.php is disabling the auth but when I try on different folder inside views it does not work$menu = t...
Hello,i need to know how i can get the data from laravel api with server side paginationim using KTDataTable vue typescript
Would I be able to create a website with different UIs that are chosen specifically when user sign in, with this metronic 8. Say my project has a single entry point (login option), then when user A signin it renders the demo 31 layout, while when user B logs in it renders demo32 layout but It render...