Introducing CrudHunt:Open-source Full-stack CRUDs for Next.js by KeenThemes
Browse CrudHunt

Tag: Laravel (111)

Hi ,How can I using your theme Metronic 8 to specify custom column show/ hide in table columnLike this https://ibb.co/WV4WqsjCan I using Yajra in Laravel to do this feature in datatable ???Please helpThank a lot
Hi Sir,I using last time as your recommended Yajra lib in Laravel to make datatable more flexible ,In my project I facing issue that I have data that query from many other tables in DB,so in this case of queries how can using Yajra to query complex data from many table in db,Where can I put the...
Hi ,How can make filter with save search parameters in section like thishttps://ibb.co/51CYsgghttps://ibb.co/SxMKg93Can please help me show me how can using it in Metronic Theme in LaravelWarm regards,
Hey Guys I have not had ONE successful install with metronic. I sincerely have a headache from trying to install this theme so many times.Anyone know a step by step guide to install Laravel Metronic? From 0? I’ve tried so many times and I am drained!Thank you so much for the help! I have reviewe...
There is Laravel project of Metronic but I want to know, Is there a plugin or a better way to add it in existing Laravel project. I can add all dependence one by one and move Model, Controllers and view in my project, but its a lengthy and error prone way. So I want to know if there is a better way...
I have a problem with the "page-title" in the layout, using laravel.When i use this settings in config/demo1/general.php:// Page title'page-title' => array('display' => true, // Display page title'breadcrumb' => true, // Display b...
Trying to do a form submit via ajax, currently working well if the submission didn't encounter any problem/errors and is showing the success screen. but how do I show the error screen if the response from the ajax has an error, ie duplicate records?
Hello author, i am trying to implement datatables in laravel + vue combo. Can you please help me out ? only KTDatatable is available in metronic 8 vue version and even in that there is not a single ajax KTDatatable example….How do i do that ? For sample there is only “resources/ts/src/store/modules/...
Hello author, i am trying to impletemet vue in metronic 8 : demo1So far i have managed to implement vue as instructed here : https://preview.keenthemes.com/metronic8/vue/docs/?_ga=2.126652361.574265224.1648481172-1797318304.1625209156#/vue-laravel-integrationAs for now i can only use view compone...
Hi,I have complex query to get data from many tables to show it in datatable using Yarja in laravel,My issue is when fetch data from other tables and some fields still empty not yet have values entered, show me error and can't get data because some fields is still null value, So how can return N...
Hello,I think there is a problem right now with your cloud authentication API (https://preview.keenthemes.com/metronic8/laravel/api/login).The field api_token is null in the response body. It is then impossible to validate the token with the second API call (https://preview.keenthemes.com/metron...
i'm using metronic in laravel and i'm getting this error that is'Uncaught TypeError: $(...).DataTable is not a function'after making everything exactly like yarja documentation likethis is the data table
vendor/laravel/framework/src/Illuminate/Database/Connection.php:716712▕ // If an exception occurs when attempting to run a query, we'll format the error713▕ // message to include the bindings with SQL, which will make this exception a714▕ // lot more helpful to the develop...
Hi,I'm using Yajra with laravel in datatable ,I facing issue with send and request data to server, Yarja only working with GET method to send data to server , I try to using POST method to send data to server but Yarja not accept that , I don't know how can query using post with Yajra to preven...
When I apply an inline css code to an svg as stated in the documentation it gets overridden.for example :theme()->getSvgIcon("demo1/media/icons/duotune/finance/fin010.svg", "svg-icon-success svg-icon-2 svg-icon-success"),That gets called but overwritten by the theme itse...
when I want to have a "path" like this:account/annunci/4/editI can't get the "js" in the "config/global/pages.php" file to workmy config:'account' => array('annunci' => array('title' => 'Lista annunci','assets' => array('custom' => array('css' => array('plu...
select2 doesn't compile the visual correctly when I follow the installation step-by-step through laravel.https://imgur.com/a/phSccjp
Hi,How can send data to server as post with Yajra in laravel ..because i try send data form to server using post it's show me issue and server not receiving data form .. when using get it is work..Can please help and show me an exampleregardsM.Fakira
Hi devs,just purchased Metronic 8 and after surfing the net for a few hours I cant see anything about adding Metronic to an existing laravel 9 application. I am a month in developing and cant really afford to use the out the box demo app provided?I would have thought that there would be instructi...
I have purchased metronic theme. I have integrated with laravel but not able to setup CRUD operation for module. Can anyone please give steps or files or code to setup one crud module.
Hi, Am have implemented this https://preview.keenthemes.com/metronic8/demo3/apps/user-management/users/list.html and was able to make the listing dynamic, but encountered a problem with the Action menu, it does not popup when clicked.