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 ,
How can make filter with save search parameters in section like this
https://ibb.co/51CYsgg
https://ibb.co/SxMKg93
Can please help me show me how can using it in Metronic Theme in Laravel
Warm regards,
Hi ,
How can I using your theme Metronic 8 to specify custom column show/ hide in table column
Like this https://ibb.co/WV4Wqsj
Can I using Yajra in Laravel to do this feature in datatable ???
Please help
Thank a lot
- Can I change my homepage to [/] without going to [/login] ?
I would like you to go to the landing page before going to the Login page.
- In your example project in resources/view I would like to split Folders into
- resources/view/backend/[your example project demo1]
- resources/view...
I started my project on version 8.1.1 for Laravel using demo8 and now that I have completed it I would like to upgrade it to the current version which is 8.1.7.
I noticed that there are some differences in the especially in the resources folder, I understood the new build method but I can't under...
Hi,
I have a base metronic 8.1.5 laravel.
I have added the option dark mode in settings
// Layout
'layout' => array(
'main' => [
'dark-mode-enabled' => true,
]
),
Als have read the following page : https://preview.keentheme...
Hi,
We use laravel version metronic 8.1.5 , in rtl version toaster message not show currect, the icon should be on the right side, but in left side.
also i attach my config and photo of this error.
toastr.options = {
"closeButton": true,
"debug": false,...
Hi Sean
Struggling how to apply this: https://preview.keenthemes.com/html/metronic/docs/general/search
Context / 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...
hi,
we want switch from old laravel version to srarterkit, but have some issue:
1 - config file of settings have conflict with other package like spatie/laravel-settings or anlutro/l4-settings, please change config name
2 - can't find menu builder class. and menu hard-code in /resources/vie...
We have a long page with buttons at the bottom of the page that open up modals. Each time a user clicks these buttons to open the modal, the page scrolls back up to the top.
I use a Javascript to create these modals on the fly:
function modalPage(title, url){
let mid = Math.random().t...
Could you provide a lightweight Laravel starter kit with Vite as part of the release with Tailwind?
It only needs to have the login / register routes, the header and the sidebar. Nothing more. Also no demo JavaScript.
That would make a lot of things easier. The starter kit contains far too much t...
Hi,
I am trying to redirect to a custom page after successful login, however it always redirect to dashboard. I made changes AuthenticatedSessionController but again it doesn't redirect to the custom page. I even change the HOME in RouteServiceProvider but it didn't work. How can I change the def...
Can you guys consider making a working datatables client-side code with PHP? current code doesn't support filtering by server-side. It will be beneficial for us if you guys can implement it. thanks.