12201 comments found.
they must add vite to laravel and vue builds IMPORTANT!!
Hi,
Sure, we are working on it and soon we will release new Laravel starter kit with vite support.
We invite you to join our products community at https://devs.keenthemes.com/. There you can get assistance and guidance from KeenThemes core developers and community members.
Regards. Sean
Hello I’m using laravel version of the code. in the sixth step (6) of installing the theme (composer install), i’m getting this error :
SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘laravel.settings’ doesn’t exist (SQL: select * from `settings`).
Thank You
PS C:\xampp\htdocs\laravel> composer install Installing dependencies from lock file (including require-dev) Verifying lock file contents can be installed on current platform. Nothing to install, update or remove Generating optimized autoload files > Illuminate\Foundation\ComposerScripts::postAutoloadDump > @php artisan package:discover—ansi Script @php artisan package:discover—ansi handling the post-autoload-dump event returned with error code 1
Illuminate\Database\QueryException
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'laravel.settings' doesn't exist (SQL: select * from `settings`)
at C:\xampp\htdocs\laravel\vendor\laravel\framework\src\Illuminate\Database\Connection.php:759
755▕ // If an exception occurs when attempting to run a query, we'll format the error
756▕ // message to include the bindings with SQL, which will make this exception a
757▕ // lot more helpful to the developer instead of just the database's errors.
758▕ catch (Exception $e) {
➜ 759▕ throw new QueryException(
760▕ $query, $this->prepareBindings($bindings), $e
761▕ );
762▕ }
763▕ }
1 [internal]:0
Illuminate\Foundation\Application::Illuminate\Foundation\{closure}(Object(App\Providers\AppServiceProvider))
2 C:\xampp\htdocs\laravel\vendor\laravel\framework\src\Illuminate\Database\Connection.php:413
PDOException::("SQLSTATE[42S02]: Base table or view not found: 1146 Table 'laravel.settings' doesn't exist")
Hi,
Here is a workaround. A quick solution would be to comment out:
/app/helpers.php Line: 191and
/app/Core/Bootstraps/BootstrapDemo1.php Line: 28-39
Then after migrating and seeding you can uncomment back those lines.
We will fix it as soon as possible.
You can also redownload laravel from here;
https://devs.keenthemes.com/metronic/laravelThanks
I’m getting this error after the workound was applied : Installing dependencies from lock file (including require-dev) Verifying lock file contents can be installed on current platform. Nothing to install, update or remove Generating optimized autoload files > Illuminate\Foundation\ComposerScripts::postAutoloadDump > @php artisan package:discover—ansi Script @php artisan package:discover—ansi handling the post-autoload-dump event returned with error code 1
ParseError
Unmatched '}'
at C:\xampp\htdocs\metronic\app\Core\Bootstraps\BootstrapDemo1.php:43
39▕ // self::initLightSidebarLayout();
40▕ break;
41▕ }
42▕ }
➜ 43▕ }
44▕
45▕ // Private Methods
46▕ private static function initHeader()
47▕ {
1 C:\xampp\htdocs\metronic\vendor\composer\ClassLoader.php:428
Composer\Autoload\includeFile("C:\xampp\htdocs\metronic\vendor\composer/../../app/Core/Bootstraps/BootstrapDemo1.php")
2 [internal]:0
Composer\Autoload\ClassLoader::loadClass("App\Core\Bootstraps\BootstrapDemo1")
Hi,
Comment the whole code block. BootstrapDemo1.php from line 28 until 39
switch (setting('layout.layout', 'dark-sidebar')) {
case 'dark-sidebar':
// Dark sidebar layout
self::initDarkSidebarLayout();
break;
case 'light-sidebar':
default:
// Light sidebar layout
self::initLightSidebarLayout();
break;
}
We are releasing an update today. This issue will be resolved in the update and the workaround is not required.
Thanks
PS C:\xampp\htdocs\laravel> composer install Installing dependencies from lock file (including require-dev) Verifying lock file contents can be installed on current platform. Nothing to install, update or remove Generating optimized autoload files > Illuminate\Foundation\ComposerScripts::postAutoloadDump > @php artisan package:discover—ansi Script @php artisan package:discover—ansi handling the post-autoload-dump event returned with error code 1
Illuminate\Database\QueryException
SQLSTATEHY000 Access denied for user 'forge'@'localhost' (using password: NO) (SQL: select * from information_schema.tables where table_schema = forge and table_name = settings and table_type = 'BASE TABLE')
at C:\xampp\htdocs\laravel\vendor\laravel\framework\src\Illuminate\Database\Connection.php:759
755▕ // If an exception occurs when attempting to run a query, we'll format the error
756▕ // message to include the bindings with SQL, which will make this exception a
757▕ // lot more helpful to the developer instead of just the database's errors.
758▕ catch (Exception $e) {
➜ 759▕ throw new QueryException(
760▕ $query, $this->prepareBindings($bindings), $e
761▕ );
762▕ }
763▕ }
1 [internal]:0
Illuminate\Foundation\Application::Illuminate\Foundation\{closure}(Object(App\Providers\AppServiceProvider))
2 C:\xampp\htdocs\laravel\vendor\laravel\framework\src\Illuminate\Database\Connectors\Connector.php:70
PDOException::("SQLSTATEHY000 Access denied for user 'forge'@'localhost' (using password: NO)")
Hi Fidraman,
Have you copied .env.example file as .env file? You have to set the database access in .env file.
https://preview.keenthemes.com/metronic8/laravel/documentation/getting-started/buildThanks
Hi,
I downloaded the Metronic site template (v8.1.2) and one of the files, the style.bundle.css, can’t be minified as the minified file is generated with errors. We’ve tried some online minifying tools and all give errors.
We’re coming from v8.0.37 and there the same file can be minified perfectly.
Thank you!
Hi,
Could you please share what online minifying tools that you are using? We will have to check it further.
Thanks
Hi,
I used https://www.cleancss.com/css-minify/ and https://csscompressor.com/. Both generate a .min file with errors.
Besides that, we use a Visual Studio extension, Bundler & Minifier 2022+, which also can’t minify the style.bundle.css file
Thanks
Hi,
Could you please try to get the style.bundle.css file from the online site? https://preview.keenthemes.com/metronic8/demo1/assets/css/style.bundle.cssWe tried to compress it with; https://csscompressor.com/ It seems to work using this site. result; https://ibb.co/d0qdPS3
Thanks
Hi,
After compilation I’m not able to view the HTML theme UI under localhost. Only seeing folders. Let me know how can I fix this issue.
Hi,
Under dist folder you should be able to see the html templates.
If you need any further help can you please create a post at devs.keenthemes.com and provide us more info, what steps did you take and what did not work for you.
Regards, Sean
Hello, can you kindly investigate, there is bug in the ASP core starter project, where you can no longer Data tempaltes to it, like ADO.net/EF core 6. The problem is in your project file and settings.
I tried on three machines same problem, in Visual Studio I am not able to right click and add EF 6, ADO or DB Context file.
The startkit. project was improperly edited, after a lot of trouble shooting, the easiest/quickest ** Fix was to create a new ASP web core MVC 6 project from scratch and paste your files into it. Then all the native Visual Studio files showed up
Also your main _layout is not correct, the good new is you have all the partials but not invoked to compose the page correctly.
I suggest you create a sample blank page, with the various RenderSection()
Right now if you look at the dashboard view, it doesn’t have the correct render sections from the main _layouts and partials.
- Please take a look at this it will help you create and organize… https://docs.microsoft.com/en-us/aspnet/core/mvc/views/layout?view=aspnetcore-6.0
- Functions should start with PascalCase, VS complians
- https://www.c-sharpcorner.com/UploadFile/8a67c0/C-Sharp-coding-standards-and-naming-conventions/
- For sections:
- https://dotnettutorials.net/lesson/sections-in-layout-view-in-asp-net-core-mvc/
Hi,
Thank you for your feedback we appreciate that.
We created our theme using dotnet-cli, I assume that some files required for Visual Studio might be missing, could you please try instead of opening a project folder open the file Starterkit/Starterkit.csproj? Visual Studio should generate all the Visual Studio necessary files and then the project will be recognized as an ASP.NET project by your Visual Studio.
- We are setting a default layout inside Starterkit/Views/_ViewStart.cshtml then for some pages which use a different layout we override the Layout constant. For example in file Starterkit/Views/Pages/System/Error.cshtml we are setting a SystemLayout.cshmtl.
- Look like the pascal case is the name convention, we will update our function names in upcoming releases.
- Instead of a section you can use our KTTheme.addVendor(), KTTheme.addJavascripFile(), and KTTheme.addCssFile().
Regards,
Lauris
Hello Lauris, its good to see this direction finally with ASP, theres an ocean of developers once they feel the comfort.
- Maybe you can help share how/benefits & usage of the KTthemes helpers. But in by passing the renderSections/layouts, to the developer without sections, he has lost the Role based components, menu partials or other rendering capabilities, (Maybe you can explain how we can check for roles inside those helpers/this or add role/claims checks inside)
- And now I am not sure how to inject my other libs and components, seems confusing. For e.g. I had other free grids/tables, now I dont know how to get them working.
- For Datatables if we use KTThemes, how do we attach the CRUD capabilitiy once we load it via KTthemes, is there a helper also, or a generic AJAX helper?
- FREE/Easy – Scaffold DB & Identity, and
SEED a couple of users with Admin and member roleonModelCreating, since this code is free from ASP core anyways. You can over ride the free UI pages with your CSS. - On the Keenthemes page you have a mini feedback tab on the right side of the page, can you add that similar tab to the metronic theme.
- Let user save the switch between diff metronic themes and save, and also save avatar/icon.
- Let admin upload change logo from admin page, not profile page.
- Can notify the members when you have a theme update in KeenThemes
- For the
_viewStartpage, also consider include a blank page with helpers
Also a visual picture later on the theme architecture/middleware with how to leverage the features, say we want to build dashboard where we can add/swap charts easily.
Hi,
You can find an explanation of each function and usage example in our KTTheme API doc page. https://preview.keenthemes.com/asp.net-core/metronic/docs/theme-api. If by your requirement you need to use sections then you can combine section with theme functionality, just in Views/Layout/Master.cshtml under theme script/style you can include your section render functions.
If you mean a dependency injection then you can check the official doc about this topic. https://docs.microsoft.com/en-us/aspnet/core/fundamentals/dependency-injection?view=aspnetcore-6.0
Unfortunately, right now there are no AJAX helpers in our Asp.Net version, you can add custom js files that will handle your datatables, check usage example in file js/custom/apps/customers/list/list.js.
Thank you for the suggestions! We will consider the opportunity to add this in upcoming releases.
6, 7 to implement this most likely will require a database integration, we have plans for it, but the first step will be an authentication implementation.
You should receive an email every time we release a new Metronic version.
Regards,
Lauris
Sticky component does not work with top = 0
https://preview.keenthemes.com/html/metronic/docs/general/stickyI am quite sure it worked in v8.0.38, but now it does not. Instead, I have to set data-kt-sticky-top=”1px” to work around.
It’s wonderful if you bring it back.
Regards.
Hi,
In v8.1 update we have added an improvement to activate the sticky mode only when it can fit in the viewport. Can you please double check it within a larger hight ?
Regards, Sean
Hi Sean,
Thanks for your reply.
In my case, the sticky mode is activated but the top is wrong, not 0px as I set. You can try it on your demo as well.
https://preview.keenthemes.com/html/metronic/docs/general/stickyF12 on browser to open the Developer tool, you will see the attribute
data-kt-sticky-top=”100px”
Change its value to 0px, then scroll down to activate the sticky mode, you will see what I mentioned.
Do it again but with the value 1px, it works correctly. It seems like it just accepts positive values.
Thanks
Hi,
This seems like a bug. We will fix it in the next update. In the meantime please use 1px as a top.
If you enquire for further assistance or have questions, we invite you to join our products community at https://devs.keenthemes.com/. There you can get assistance and guidance from KeenThemes core developers and community members.
Regards, Sean
Datatable loading icon in v8.1.2 is HUGE
Please try loading data you will see
https://preview.keenthemes.com/html/metronic/docs/general/datatables/server-sideJust wonder did you intentionally change it? In v8.0.38, the loading icon is moderate and fit to the layout, but now …
Could you take a look at it?
Thanks
Hi,
Thank you for your feedback.
This new loading style was added by Datatables authors in a recent update. We will check and restyle it in the next update to match our design system.
We invite you to join our products community at https://devs.keenthemes.com/. There you can get assistance and guidance from KeenThemes core developers and community members.
Regards, Sean
Hi, In the latest Laravel version of Metronic there are a lot of bugs. One of this is: We can’t click on messages and activity in topbar. I checked on demo and not function.
I think need an update.
Hello,
Since our primary support channel at: https://devs.keenthemes.com/ , we kindly ask you to create a ticket there.
We will include fixes for the reported bugs in the next update in 1-2 weeks.
Best regards, Sean
Dear Metroni, I wanted to say nice job on the ASP core theme :clap . My boss purchased it after we saw ASP the release, there a features and a learning curve, however we noticed since last few months ASP is not geting any updates, makes it harder for the developers like me, please consider some more updates and share information so we can give you feedback.
- I don’t know if you saw this, but seeing your theme made me happy, and I thought I could share that Login, ASP Identity has internal free code with the theme in ASP Core, that’s what several of the other themes do.
- Please share what’s next & when/Dates? I am going on to a different project next, and was wondering if you had any features planned for ASP core, social pages like the Olympus theme etc, like datatables/with asp core, or other theme variation, or even other html/cshtml pages as razor views. You should look into the CRUD scaffolding as well, its built in for free.
- Dashboards: It would be great to get richer dashboards with options and support of various newer chart types.
- Add Version & Date on the Keenthemes download pages variations: on the keenthemes download page inside your site, please include a date and version number for the ASP core update. As of today it does not have the date on when the ASP theme was updated, and a version – simply downloading the same theme is a waste of bandwidth for you and the developer who repeatedly has to download not knowing when and what in the ASP theme was updated.
- Tutorials: I just saw your tutorials, and people seem to find it very useful, maybe someday we can get a ASP CMS to replace other 3rd parties.
- Product Filters page: Can you please include some help on how to do filters like sample Macys page or -Under_Search_Bar--PC+Builder&icid=671801”>Newegg Page
Looking forward to some roadmaps/updates and blogs 
Hi
,
Thank you for your interest in Metronic.
Noted, we will take into consideration your suggestions.
The next goal for Asp.Net Core is to implement complete authentication(signing, signup, resetting the password, new password, 2-step auth, etc), user profile, and account pages(profile overview, user dashboard, edit profile, edit account, new password, etc). Also, we will provide a complete User Management Module with user CRUDs for Users, Groups, Roles, etc.
Each Metronic update touches the backend starter kits code as the core sass is updated with minor fixes/improvements in each update so we at least need to sync the assets for the backend starter kits. Regarding the version, you can refer to the Asp.Net Core docs changelog: https://preview.keenthemes.com/asp.net-core/metronic/docs/indexIf you enquire for further assistance or have questions, we invite you to join our products community at https://devs.keenthemes.com/. There you can get assistance and guidance from KeenThemes core developers and community members.
Regards, Sean
Hello! are there any ETA for Metronic 8.1.2 Laravel fixes?
Hello,
Since our primary support channel at: https://devs.keenthemes.com/ , we kindly ask you to create a ticket there so we can log all the reported Laravel bugs and plan the fixes in a future update.
We’ve been long wishing to build a bridge between us and the Keenthemes community. As the email is not the best room to support, we kindly invite you to collaborate with Keenthemes developers from everywhere on Devs Forum.
Best regards, Sean
Hello, it’s already posted there, I’m asking if there is any ETA for those fixes? since I am just waiting for the fixes to start a new project, thanks
Hi,
Sure, we have already logged a few Laravel bug reports and we will try to fix them in the next update as soon as possible.
Regard, Sean
hi, can i get the older version of metronic ? I have downloaded version 7.3 and the file has disappeared .
Hi,
Metronic’s current version is v8 and v7 is not included in the download package. However, if you have purchased v8 from https://1.envato.market/EA4JP please create a private ticket at devs.keenthemes.com and we will provide you the Metronic v7 download link.
Regards, Sean
Thank you. I have sent the ticket to the link you sent
We have replied you just now. Thank you 
I want to build a company presentation website, but i don’t find where i need to change frontend, backend etc.in Laravel version. If i change index route, nothing work anymore. Thank you!
Hello,
Since our primary support channel at: https://devs.keenthemes.com/ , we kindly ask you to create a ticket there.
We’ve been long wishing to build a bridge between us and the Keenthemes community. As the email is not the best room to support, we kindly invite you to collaborate with Keenthemes developers from everywhere on Devs Forum.
Best regards, Sean
Ok. I have posted already in dev support. Thanks !
Thanks, our team will get back to you shortly.
Upgrade from v8.0.38
I have just upgraded from v8.0.38 to v8.1.2 and saw you changed a lot of stuff. Actually, I am quite nervous because I am not sure that I can handle all changes including ids, classes, ...
The first thing I noticed that the ids have “_app” in the middle. Ex: “kt_body” => “kt_app_body”
Is there anything more I need to focus on in this upgrading? Do we have a document for this?
Thanks
Hi,
Thanks for your feedback.
In v8.1.2 we have fully updated the design and markup of the demo1 so the only migration you need is on the layout. The content part remains unchanged.
Sorry for the inconvenience. We rarely do major changes on he layout and we will keep current demo1 markup in the future updates.
Please note that our primary support is now provided from devs.keenthemes.com. By creating a support ticket at https://devs.keenthemes.com/question/create you can get assistance and guidance from KeenThemes core developers and community members.
Regards, Sean
Hi, I have tried to install laravel version but i getting the following error:
SQLSTATEHY000 Access denied for user ‘forge’@’localhost’ (using password: NO) (SQL: select * from `settings`)
Thanks !
Hi,
Here is a workaround. A quick solution would be to comment out:
/app/helpers.php Line: 191
and
/app/Core/Bootstraps/BootstrapDemo1.php Line: 28-39
Then after migrating and seeding you can uncomment back those lines.
We will fix it as soon as possible
Thanks
Hi, In VSC, it’s not the good line number :/ regards
Hi guibid,
Sorry for the inconvenience. What do you mean by it’s not the good line number?
Thanks
in bootstrapdemo1.php for exemple, line 28/29 are: switch (setting(‘layout.layout’, ‘light-sidebar’)) { case ‘dark-sidebar’:
Hi. The line is 28 to 39.
Thanks
sorry
Hi, I have tried to install laravel version but i getting the following error:
SQLSTATEHY000 Access denied for user ‘forge’@’localhost’ (using password: NO) (SQL: select * from `settings`)
Thanks !
Hi,
Here is a workaround. A quick solution would be to comment out:
/app/helpers.php Line: 191
and
/app/Core/Bootstraps/BootstrapDemo1.php Line: 28-39
Then after migrating and seeding you can uncomment back those lines.
We will fix it as soon as possible
Thanks
jsTree – bug on demo page
https://preview.keenthemes.com/html/metronic/docs/general/jstree/basicCould you take a look at the demo? The tree can not be initialized. It seems like you did not integrate jsTree plugin into your demo.
It’s great if I can try the features on the demo page because I always look for the expected features on the demo before implementing on my website.
Thanks.
Hi,
Thanks for your feedback. We will check and fix this issue and update the documentation shortly.
Please note that our primary support is now provided from devs.keenthemes.com. By creating a support ticket at https://devs.keenthemes.com/question/create you can get assistance and guidance from KeenThemes core developers and community members.
Regards. Sean
hello dear, Can you confirm us that the template is compatible with laral 8.6 because we are working with this on our project ( php7.4)
Hi,
Thank you for your interest in Metronic.
Please note that our Laravel Starter Kit uses Laravel 9 and only support php v8.
For support inquiries, we invite you to join our primary support channel at https://devs.keenthemes.com/. There you can get assistance and guidance from KeenThemes core developers and community members.
Regards, Sean
Hello, i’m not sure to understand what you mean exactly…. Can i buy the template and then go to dev.keenthemes.com and ask for a version compatible with laravel 8 ( php 7.4) without tricky things to adapt the theme ???
Hi,
Yes, we have Metronic v7 previous version that has Laravel v8.x and Php 7.x support. You can purchase current Metronic version and provide us the purchase code via devs.keenthemes.com by creating a private ticket and we will send you Metronic v7 download package.
Regards. Sean
the you have Database, CRUD functionality and Laravel Components.
Hi,
Thanks for your interest in Metronic.
Please check the Metronic’s Laravel Starter Kits available features here: https://preview.keenthemes.com/metronic8/laravel/?demo=demo1If you enquire for further assistance or have questions, we invite you to join our products community at https://devs.keenthemes.com/. There you can get assistance and guidance from KeenThemes core developers and community members.
Regards, Sean
Stepper – “completed” class on the last step
I am honestly grateful for your improvement on the last step of the stepper by adding mark-completed class manually. However, I have some questions for this feature
1. Why do we have both completed class and mark-completed class? Could we combine to one for consistency.
2. Styles of these classes do not work correctly right now. It seems like this feature is not ready, isn’t it?
https://preview.keenthemes.com/html/metronic/docs/general/stepper#basicHi
,
You are most welcome!
The “mark-completed” class is applied when a step has “current” class while complete is applied for passed steps.
Both classes are used on purpose.
For support inquiries, we invite you to join our primary support channel at https://devs.keenthemes.com/. There you can get assistance and guidance from KeenThemes core developers and community members.
Regards, Sean
Thanks Sean.
It’s clear and reasonable!
Where is the ASP.Net Core preview or demo?
Hi,
Sorry for the late reply. We will deploy the Asp.Net preview when we complete fully functional auth and user management modules.
Current version of Asp.net core includes a solid starter kit with the layout integration, build tools integration, authentication pages(signin, singup, password reset, new password) and system pages(404, 500). Also it provides an API class to manage the theme settings and assets globally or per page.
If you enquire for further assistance or have questions, we invite you to join our products community at https://devs.keenthemes.com/. There you can get assistance and guidance from KeenThemes core developers and community members.
Regards, Sean