I'm trying to set up a Livewire Starter Kit project inside XAMPP (in Windows).
However, I'm running into issues getting it to work correctly. For example, Livewire components don't render properly, and the app shows errors related to livewire and flux and same problem in cpanel.
What I’ve done so far:
Installed XAMPP and started Apache and MySQL.
Placed my Laravel project in C:\xampp\htdocs\myproject.
Ran composer install and npm install.
Set up .env file (DB connection, APP_URL, etc.).
Ran php artisan migrate and php artisan serve.
Despite this, all the Livewire components do not work properly in XAMPP.
What should i add to make work properly.
