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

Tag: Laravel (723)

I'm trying to install the laravel template on my server and when I run "npm install" I have this error.pandoras@cloud502 starterkit]$ npm installnpm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibil...
Please, how your login Api's Work can you explain to me?
Hello, I am trying to install the Laravel version of the Metronic theme. After applying the npm install and npm run dev commands, I am receiving the following errors. To ensure that the problem is not due to the Plesk panel, I also tested it on localhost and received the same error. Below are my sys...
Hi,I just bought this theme but came across the following error while building the assets:[webpack-cli] [Error: ENOENT: no such file or directory, open 'C:\Users\XXXX\Desktop\XXXX\Framework\node_modules\datatables.net-buttons\js\buttons.flash.js'] { errno: -4058, code: 'ENOENT', sys...
Hello, im using LARAVEL THEME (Starter Kit) 8.2.3I need to add my custom.css where i need to include?Thanks
When trying to reset the password after submitting new passwordsit throws in laravelThe GET method is not supported for route reset-password. Supported methods: POST.public function handle(Request $request, Closure $next): Response { $is_logged_in = $request->path() !=...
If I open the modal 2 times then export the excel im getting 2 same files, If I open the modal 3 times i get 3 excel file it keep multiplying how to avoid this kind of scenario thankshere is my implementation/source code$(document).on("click", "#dealer-collection", function (e) { modalW...
Hi, i have metronic Laravel starterkit,i want to verify the registered email of the users before signing in, thanks.
I have tried integrating the files from the layout build for Demo 55 on the Laravel Starter Kit. All the layout files were already integrated but i think there the styles are different. Can the Demo 55 be integrated to Laravel Starter Kit? Do I need to do something on the style css files?
Hello,I am trying to convert the Laravel template to Livewire so can use it as SPA for the fast loading of the page without loading all script assets on each page load,I am following this,https://livewire.laravel.com/docs/navigate#scripts-in-head-are-loaded-onceThe below code is from m...
we have down load letst metronic laravel them in this laravel them user adding avtar image not uploded can you help what the issue ?
Hello,I have developed a project with Livewire templates and then I removed the not required pages,But while loading pages, there are a few large-size files, like plugin.bundle.js, scripts.bundle.js, style.bundle.css, which keep page loading slower,How do we make new files based on the sel...
when i click on the next page of the data table it redirects back to the first one and also the global search is not working am using version 7 of metronic
Here is my package.json{ "private": true, "version": "8.2.5", "scripts": { "dev": "npm run development", "development": "mix", "watch": "mix watch", "watch-poll": "mix watch -- --watch-options-poll=1000", "hot": "mix watch --hot"...
I create users with unique emails and correct passwords, but when I try to log in with those users I allways get the "Sorry, looks like there are some errors detected, please try again." error.I have checked emails and passwords and there is nothing wrong, but I cant log in.I can only login with...
Could you provide a lightweight Laravel starter kit with Vite as part of the release with Tailwind?It only needs to have the login / register routes, the header and the sidebar. Nothing more. Also no demo JavaScript. That would make a lot of things easier. The starter kit contains far too much t...
Hi, I'm really interested in seeing a detailed documentation on integrating Laravel with Inertia and Vue. Despite numerous discussions on this topic, there's still a lack of comprehensive resources. If you could dedicate some time to create documentation for this, I would greatly appreciate it. Alte...
Hello,Has anyone had success integrating Metronic 8 (demo 1) on a fresh Laravel 11 project (composer create-project laravel/laravel:^11.0 laravel-vue)?I would appreciate some guidance on how you approached it (either in the form of online documentation or explanation).Thank you.
Hello Team,I have full-page laravel template and using only main page header.In main body, I am using card , but I want to keep card header sticky, so when user scrolls the page, they need to see main website header and below card header sticky, so that user can read all card body content al...
Connection could not be established with host "mailhog:1025": stream_socket_client(): php_network_getaddresses: getaddrinfo for mailhog failed: No such host is known.|how to fix it ?
How do i verify the users email address after registration without having to require login information in laravel?