There isn't displays authentication block in Laravel project

51 Views Asked by At

I'm completely new in Laravel. I don't understand why authentication block doesn't displays after I installed laravel/ui and php artisan make:auth command. These pages have been added. But there aren't any special routes in routes list. code

1

There are 1 best solutions below

2
On

In web.php you have to use

Auth::routes();