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

Tag: PHP (443)

I have succeeded in setup metronic 8 laravle package on my laptop, now i want to deploy it to cpanel. but i dont understand how to make it work. i have upload it and set the index path to public folder, but it just simply dont work on cpanel. the error state that unable to handle this request. do i...
Hi, I copied the search.js from /src/ folder and tried to use it. I put it on the bottom of the page but got this error message: fsearch.js:123 Uncaught TypeError: searchObject.on is not a function How can I solve this problem? and how or where is the place I can put an ajax request...
I would like to request the implementation of the page loader in Laravel versions.Even setting the options in demo1/general.php the page loader doesn't work.Layout => loader => display => trueandLayout => loader => type=> (any option)
What is the most updated version of Keen v2, i actually have the 2.1.1 version and it comes with many errors
ERROR in ./resources/sass/app.scssModule build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):SassError: Expected identifier. ╷89 │ .1{ │ ^ ╵ resou...
hi i'm getting this setup and i want to add a new menu element but only show it to certain people? i can add elements to the array in menu.php so they show up, but i wanted to do something likeif(auth()->id == 123){"special hidden menu item"}but this fails because auth is not available a...
The changes I make in the settings in general.php have no effect. e.g;// Aside 'aside' => array( 'display' => true, // Display aside 'theme' => 'light', // Set aside theme(dark|light) 'menu' => 'main'...
Hello, The colors appear pale on the invoice printing screen when dark mode is selected. How can I apply open theme in print mode.
When we try to retrieve information from a datatable on the server side, and we switch from one page of data to another, the actions in the columns do not work. Actions like dropdown buttons, data-toggles and others don't work anymore. So, is there a good way to get the data in a datatabble?
How can I upgrade to php8 in metronic 8? Will it cause errors?I want to install composer packages but they require php 8.
So I have a Metronic 8 Laravel 9 app which uses blade. I'd like to switch to a clean Laravel 9 app with Metronic on the frontend using Vue. I followed this tutorial: https://preview.keenthemes.com/metronic8/vue/docs/#/vue-laravel-integration, but I could not get it to work. Asked a question a...
I see this documentation.https://preview.keenthemes.com/html/metronic/docs/general/datatables/subtablein javascript the child line is getting by position, but I want to get the real line by the id, both of the parent and the child.did you have a example or suggestion?
Greetings! I want to use Metronic theme in a project which I want to sell at codecanyon.net.What's the best license option for this case? Is there any customized package or offer?Thank you.
Hi All, I am getting the below error message. Can you please investigate and inform me how best to fix this?Illuminate\Database\QueryException SQLSTATE[42S02]: Base table or view not found: 1146 Table 'gogeeper_admin.settings' doesn't exist (SQL: select * from `settings`) at ven...
I work with Xampp and Laravel (Webpack), the Versions before work great, I used exactly your online-workflow, now I get this error-massege:Generating optimized autoload files> Illuminate\Foundation\ComposerScripts::postAutoloadDump> @php artisan package:discover --ansiIn Finder.php line 58...
Hello, we build this website https://nachhaltigesuche.de/. but now we have the problem with every search the hole design design from the search results is changing (On the destop we have now a mobile view). What can we do? (We use Metronic, last version, Laravel)
Hello,I have bought the Metronic theme a few months ago and I want to develop a project with it on a server with PHP 7.4 so I need a version with Laravel 8 and not with Laravel 9. However on my Envato account I do not have the possibility to download previous versions of Metronic.Is it possi...
Hello how are you?I've tried everything to implement the search fields and the export button in a dataTables. But I can't, I've been trying to insert it on the same page for weeks (search filter, date filter, export button)I would like to pay someone to do it for me, how do I do that? There'...
HI,I check Your Metronic demos for Laravel is from demo1 to demo9 , can I using html demo16 with Laravel and how ?Regards,
We are a devt team and want to build a new solution so we decided to try the loading time of the data tables of the newest version. For this we decided to do some tests as follows:We used core PHP to echo out a table containing 500,000 records with 6 attributes.#1. When we use plain tables w...
Hi Dev,I'm using your Metronic theme with laravel , I'm using the html version and added to my laravel project , because your demos not all demo is available with laravel , Now when I'm open admin pages it's appear as many files is missing and very very slow open page, can pls check below link i...
Hi SeanStruggling how to apply this: https://preview.keenthemes.com/html/metronic/docs/general/searchContext / Background:I have previously used jquery-ui autocomplete and custom built ajax to pull results based on server-sql queries, using LIKE function.BUT it's unclear if there is an...