Hi, do you have any news about metronic support for Laravel + Inertia applications?
This topic was already asked a couple of times in this forum.
It would be really great if there would be support or at least a guide for how to use metronic with laravel 9 (or now 10) and inertia to be able to write routes in laravel only.
Best regards,
Michael
Is there already a foreseeable time frame for this topic or is it still in the backlog?
Hi,
We already have tasks related to Larvel+Interia integration in our task management backlog, we will check it in more detail and consider adding such a version in the subsequent releases.
Here is a tutorial that you can refer to for integration.
https://larainfo.com/blogs/laravel-9-inertia-vue-3-crud-tutorial-example
After following steps from the tutorial you will have ready Laravel 9 + Interai + Vue 3 application and all you will need to do is add our Metronic styles and components into this project.
Regards,
Lauris Stepanovs,
Keenthemes Support Team
Thanks for the reply.
Creating a Laravel 9 (or 10) project with intertia and vue is not a problem at all, this is documented very well.
The problem is integrating Metronic into such kind of a project.
"all you will need to do is add our Metronic styles and components into this project" is not such an easy task because Metronic has quite some dependencies etc.
But I am glad to hear that you are working on this integration.
Regards,
Michael
Hi,
As I checked our components should be compatible with Laravel + Interia project.
All theme styles are imported in src/App.vue, mandatory theme style is @import "assets/sass/style";
, other theme styles depend on the dependencies and pages you are planning to use.
Also, make sure to include and initialized our typescript files. Refer to src/core/plugins/keenthemes.ts.
Regards,
Lauris Stepanovs,
Keenthemes Support Team