While everything works fine when I use the Laravel development server (php artisan serve), I encounter a 404 error when attempting to use XAMPP server for the Laravel auth login and register pages.
I typically use
href="{{ asset('css/app.css') }}"
Accessing 127.0.0.1:8000/login
functions properly:
However, if I try to access it through XAMPP server like blog.test/login
, it does not work: