Support the ongoing development of Laravel.io →
posted 8 years ago
Views Blade
Last updated 2 years ago.
0

You put @yield('content') at the bottom of your register.blade.php. Try typing @stop instead.

0

@ajdemoed still no luck there.

0
Solution

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

0

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!

0

Sign in to participate in this thread!

Eventy

Your banner here too?

osherdo osherdo Joined 26 Apr 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.