DEV Community

Discussion on: Laravel 8 Auth (Registration and Login)

Collapse
 
bosmanda profile image
bosmanda

Hi, Great post. It helped a lot.

My problem is the following:
Doing exactly what you said, my project is working perfectly on 127.0.0.1:8000, but as soon as I change to my apache server, it loads the home page, but my login and registration routes don't work. Have you encountered anything like this before? Maybe a hint or 2? I cant load this to go live on "php artisan serve". It needs to run on a server. Everything else seems so work ok.

I am working on ubuntu 20.04 on a standard lamp instalation with php -v 7.4.3, apache/2.4.41 server.
Regards,
Dirk