Hello Team,
I have started building an application with Laravel theme, but I can see it is not fully built on Livewire components, its used with some form submits, but not used for full page components,
Like, still layout is not in Livewire, so we must create a resource view page to load main page, which does not help with single page application,
Is there any plan for that? or why is layout not part of the livewire component?
https://livewire.laravel.com/docs/components#full-page-components
Hi Jigar Patel,
Initially, the Metronic Laravel theme was not built with Livewire. Livewire features were added later. Integrating the layout with full page Livewire component for single-page application is a good suggestion that we will consider for future updates. Thank you for your feedback!
Thanks Faizal,
Are there any hints for me, to do conversion from resources layout to component layout? Can you help?