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
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",