Hello, first time poster!
Today while setting up the theme with Laravel (v8.2.5) that the resources\views\partials\modals\create-project\_main.blade.php files has some badly spelled blade directive on the bottom portion (from line 66 to 72) where the expressed directive are written "@incldue" ins...
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 need help with a question, I did all the steps to use Metronic in the laravel version, I downloaded the GIT structure, I placed the files as instructed in the documentation, but when I run the project for visualization it gives the following error:
Uncaught ReferenceError: KTDom is not d...
I am trying to add a module for Quill JS to enable resize on the images imported editor. I am using the Quill Image Resize module.
Anyone has a sample working code?
I have a problem with an image input. it shows nice, with their styles, and i checked by JS that on change the image the input fills himselves with the image. but when i submit the form, the avatar input doesn't appear. i have the form with enctype="multipart/form-data", and i tried with a normal in...
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-once
The below code is from m...
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 thanks
here is my implementation/source code
$(document).on("click", "#dealer-collection", function (e) {
modalW...
I am working with Laravel Livewire, and with livewire wire:navigate when component changes all the components of Metronic Tailwind stops working,
I tried to re init but its not working.
Whats the solution
I want to save text to hex format. But metronic using default hsl. How to change colorPicker format?
It saved like this:
"TEST"
I tried as below but it didn't work
DecoupledEditor
.create(document.querySelector('#kt_docs_ckeditor_document'))
.then(editor => {...
I tried to install it according to the instructions, but I ran into a few problems. You promise instructions for Laravel 10, but it's already Laravel 11. There are errors in the documentation. Icons are also missing. I need the starterkit in the Laravel version.
https://prnt.sc/ROdYEGse6bNF
http...
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 tried to use Medtronic 9 via Livewire 3 (full page) but the menus (sidebar and profile menu, top right) are not working properly.
document.addEventListener(“livewire:navigated”, () => {
KTComponents.init();
KTMenu.init();
});
But it is not working. Could you please help?
We really...
I'm using metronic 8 demo 1 with vue3. I see that to show images it uses this function getAssetPath('media/misc/auth-screens.png').
QUESTION: Where should I add new images/logos? I mean where to place that root folder (media)?
Hi Frinds, I try to install the new Metronic v8.2.6 for Laravel,
first all looks god, but the Datatable migration failed!
php artisan migrate:fresh
Running migrations
Create permission Tables
Error:
Access to undeclared static property Spatie\Permission\PermissionRegistrar::$pivotPermissio...
When trying to reset the password
after submitting new passwords
it throws in laravel
The 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() !=...
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...