Probably error is in routes.php file Please try to leave in routes.php only line:
Route::post('auth/register', 'Auth\AuthController@postRegister');
and then try to open localhost:8000/auth/register
I don't know how but it seems to be working now.
I haven't changed nothing and the server was up all the time but now localhost:8000/auth/register and localhost:8000/auth/login are showing good. God knows why.
Thanks for the help anyway!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community