I use Larvel 10 with the latest Livewire version (3.0). My project is running with XAMPP Apache server. PHP version is 8.2.12 and Apache version is 2.4.58. The problem is with XHR POST http://localhost/livewire/update 404 Not Found. I tried all methods, for resolve this, but without success. With server native or Herd is working (php artisan serve). Help me! Thank you!
#Livewire 3.0 - livewire/update not found
5 messages · Page 1 of 1 (latest)
I have a simple system increment/decrement, this is from tutorial livewire. When i press click on increment or decrement, show the modal with error http://localhost/livewire/update 404 Not Found
https://herd.laravel.com/docs/windows/1/getting-started/paths#serving-sites
since you are using Herd, then you should do this instead. and only use xampp for database
Let's assume the following scenario: if the application will be loaded on the future server, which also runs on Apache. Then the problem will persist and must be solved without Herd or other servers. I'm trying to make it work on XAMPP and that way I know I won't have problems in the future when uploading to the live server
#general message
lets assume your configuration isn't "all good"