harriesbmariano's avatar

Route [login] not defined.

I am making an Authentication and Registration from scratch. I am following the Laravel 5.4 video tutorial and I get this error in episode 19.

Can somebody help me? Thank you.

0 likes
6 replies
bobbybouwmann's avatar

Show your code!! Show your routes files and show your controllers please. WIthout any information we can't help you further!

KNietzsche's avatar

basically php artisan make:auth and php artisan migrate and it should run out of the box... otherwise....provide some code of what you did (routes...) so we can have an idea....

bobbybouwmann's avatar

Did you even click on the link? You can use backticks to paste your code

<?php

echo '<h1>Hello World</h1>';

Please or to participate in this conversation.