Get 2024 Templates Mega Bundle!$1000 worth of 19 Bootstrap HTML, Vue & React Templates + 3 Vector Sets for just $99
Get for 99$

Metronic 8 Laravel is not supported anymore?


I tried to install it according to the instructions, but I ran into a few problems. You promise instructions for Laravel 10, but it's already Laravel 11. There are errors in the documentation. Icons are also missing. I need the starterkit in the Laravel version.

https://prnt.sc/ROdYEGse6bNF
https://prnt.sc/Us_X-src9hWH
https://prnt.sc/wm-K66LgU-cd
https://prnt.sc/7kBhVJFa6Vip


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (4)


Hi

For the Metronic 9 boilerplate, you can check out this GitHub repository. At the moment, it includes the Vite and Tailwind setup only:

https://github.com/keenthemes/metronic-tailwind-html-integration

Thanks



After the suggested modifications, I can confirm that it works. Thank you. Are you planning to create a similar starter kit for the Laravel version of Mettronic 9?



Hi,

Yes, we still support Metronic 8 with Laravel, and we've updated compatibility to Laravel v11. Thanks for pointing out the documentation errors. We will update and fix it.

For your Laravel installation issue, please modify this file:
/config/settings.php


"KT_THEME_BOOTSTRAP" => [
"default" => \App\Core\Bootstrap\BootstrapDefault::class,
"auth" => \App\Core\Bootstrap\BootstrapAuth::class,
"system" => \App\Core\Bootstrap\BootstrapSystem::class,
],

"KT_THEME" => "metronic",

# Theme layout templates directory

"KT_THEME_LAYOUT_DIR" => "layout",


If you can share specific details about the installation issues you encountered, we will help you to resolve them.


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(