I have a problem with the Livewire installation. The result always shows a blank page. Does your template conflict with Alpine Js and not support Livewire?
I hope your template supports Livewire because it is very popular among Laravel users.
Thanks.
Hi,
Does your application work as expected without Livewire? Please check also the console log for any JavaScript errors that might be causing the issue.
Also, verify that your assets are loading correctly, from the Network tab in browser DevTools, as misconfigured assets can lead to a blank page.
Let me know if you need further assistance.
Hi
First, try setting up Laravel with Metronic v9 and confirm that it’s working as expected. This will help you if there are no issues between Laravel and the Metronic setup itself.
Once that’s up and running, follow the official Livewire documentation for installation.
Let me know if you run into anything!
I have successfully installed Laravel Metronic 9 and worked as expected. But I am still facing trouble integrating with livewire.
I have followed the livewire instructions, but the result shows an error. Then I created a new base layout because the default metronic layout cannot be used with Livewire. I have changed config/livewire.php, unfortunately, the result only shows a white blank page.
Please if any solution for me.
hi, i have recently installed latest version livewire on metronic tailwind. first, follow the laravel integration instruction from the metronic docs. after that install livewire normally as in their docs.
Thanks for the answer
Yes, I can install livewire. But getting trouble when setup livewire integration on metronic. The result only show blank page.
Livewire cannot read default layout on metronic. So I create new base layout, then change config layout in config/livewire.php. But still facing same problem; blank white page.
Please if any consideration.