0

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

ParisaN
  • 1,816
  • 2
  • 23
  • 55

1 Answers1

1

In web.php you have to use

Auth::routes();
Hamza T
  • 327
  • 4
  • 8