Hello,
Is there a version of Metronic template with Laravel Breeze + React integration?
Thanks!
Hi Swadeesh Srithar,
Currently, there's no official Metronic template that integrates Laravel with React. Metronic provides separate templates for Laravel and React, but not a combined setup.
You can check out the sample project here:
https://github.com/keenthemes/metronic-tailwind-html-integration
Thanks
Hi,
Currently, Metronic v9 doesn't come with a pre-built Laravel Breeze + React integration. However, you can get a basic boilerplate for Laravel here:
https://github.com/keenthemes/metronic-tailwind-html-integration
This setup can serve as a good starting point if you're looking to build your own integration with Laravel Breeze and React.
Thanks
Thanks!
I tried initialising a blank Laravel project with Laravel Breeze and react and merge the react variant of Metronic template.
The Laravel Breeze version uses Inertia.js. But the Metronic template uses react router which is tightly coupled into the menu, navigation etc.
Even after lots of Metronic file changes I get issues with PathnameProvider.
Error: usePathname must be used within a PathnameProvider
This is because const context = useContext(PathnameContext);
returns null.
Has anyone successfully integrated Metronic with Laravel and Inertia JS ?