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

Tag: PHP (457)

Hi all, I'm trying to use metronic with Symfony, and AssetMapper from symfony.I have at the root of my project a folder _keenthemes with which I build the theme sources. The compiled sources fall into my assets/metronic folder as defined in webpack.config.js in the "tools" folder.Styles etc. wor...
Hi everyone, I am planning to start a Laravel project using inertia vuejs. Before I proceed with getting this theme, I don't know if I can install the theme using npm. Recall that I will be using vite and not mix.js. is it possible to install using npm?
Hello, I would like to know, if it`s possible to use Metronic v8.2.3 with my Symfony 5.4.1 application. If it`s not possible, which Metronic version can you recommend to me? Thanks.
Hey all,working on a Symfony + Metronic app, I cannot seem to get all the select2 styles to load. The background is transparent and the other elements appear on top of the select box.I used a custom webpack configuration, but all the styles are bundled in (I can see the select2 classes in the...
Hi, I have a question if Metronic has an editable feature? Thank you.
Hello,What Gantt plugin are you using with Metronic theme?Best regards,
Hi, I have been struggling for hours with an issue so thought i better get help. I am trying to put some rating stars in a modal, but they dont work! I am using the below code which is from here https://preview.keenthemes.com/html/metronic/docs/base/rating
Hi.I working on the Metronics Laravel app.It was working well before I run "Composer update" to install the DebugBar.After the upgrade I can't login to App.Getting "Sorry, looks like there are some errors detected, please try again." error message.From DebugBar i got this execption "Unauth...
Hello,I just purchased Metronic and tried to import it in my Symfony project, but I just couldn't.After looking at the Symfony starter, I realised the development was too far ahead to do that much changes, so I decided to go with the html demos (demo1, to be precise).We're using Webpack En...
HiPlease let me know the appropriate template for a Classified Web site.Users can list and create a profile.Thanks
Metronic Version: 8.2.2OS: Windows 10PHP: 8.2.10Node: 20.10.0NPM: 10.2.3npm run dev1 WARNING in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details)webpack compiled with 1 warningTried deleting the node_modules
How to add export to excel in user table? i was try, but data row not all complate to export because pagination.
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,wsPort: 60...
Target class [App\Core\Bootstrap\Metronic\Demo1\BootstrapAuth] does not exist.The initial Laravel kit is giving an error. in new version
How to integrate this plugin to FormValidation of your plugins-bundle.js
Hello,Thanks for the work on metronic symfony this is really great.I was wondering if there was any way to build other demos than demo 1 using the symfony starterkit.Checking the content of webpack.config.js, I supposed I might force it by using an env var, ie : export npm_confi...
i have select 2 in create pagehow i can load with option user selected from db (save from create page) to edit/show pagei'm using laravelthanks
Hello,I'm using Metronic 8 with Symfony but I can't get select2 to work properly. {...
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...
Hi sir,In HTML,I used metronic8 v8.2.1 how to used KTDataTable.I not found KTDataTable in documentation please give its lionk with example.
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>