I want to install alpine js in metronic but wherever I import it, it gives error.How to add it.I triedimport Apline from 'alpinejs';in plugins.js export array'node_modules/alpinejs',Uncaught SyntaxError: Cannot use import statement outside a module (at plugins.bundle.js:61318:1...
I'm looking to customize the error message that appears when a login attempt fails with the Metronic Laravel package. I spotted a similar message in the create-app.js file, but my attempts to modify it were unsuccessful. Despite my modifications, the message displayed when attempting to log in with...
hi Metronic TeamI am trying to add a product page to my Laravel project, but the JavaScript isn't functioning properly.Code part :1. add-product.blade.php>
I am developing a web application with Metronic(Laravel Metronic) . Aside from user management features, what other dashboard-level features should I be aware of?
I see so many people getting this erroralready follow this https://preview.keenthemes.com/laravel/metronic/docs/getting-and install it correctlyrun 'npm run dev'all run successfullybut still getting this errorNOT FOUND http://127.0.0.1:8000/assets/js/custom/authentication/sign-in/gener...
Hello, friends. Just bought Good template to implement admin panel for my website.I use Laravel 10 framework. Laravel uses Vite out of the box for all frontend cases.I have a problems with integration, too many files and I don't know which of files I have to use and how to use for convenient usa...
User registration pops an error message instead of redirecting to verify email.1. I click sign up2. error message appears3. I click ok4. I refresh the page5. Verify Email page appearsMeanwhile I receive the email "Verify Email Address".So I thing the sign up page, when succeed is...
Hi,I have implemented a datatable from the Laravel example (starter-kit).The datatable works perfectly - it lists all of my Clients in the clients.index viewpublic function index(ClientsDataTable $datatable){return $datatable->render('pages.clients.in...
1 WARNING in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details)webpack compiled with 1 warning cjs.js: https://imgur.com/a/2VaTP5w
Please help me to fix the problem on Account Settings page where I try to update the account settings, but Submit button doesn't work. Cancel button works.Here is my controller:
I am applying fixed column to the datatable by fixedColumns: { left: 0, right: 1 },It worked but when clicked on the actions button, a menu popup was hidden behind the below action button. I have tried initializing menus as belowdatatable.on('draw', function...
I m using laravel starterkit in that my change theme drop down is showing but it will not working when i m selecting dark theme at that time it will not working how can i do that and what are the steps for that.