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
Asked
Active
Viewed 35 times
0

ParisaN
- 1,816
- 2
- 23
- 55
-
Welcome to SO. Please don't use image for display codes. Try put here directly. – ParisaN Aug 22 '21 at 05:19
-
Please put web.php in your question. – ParisaN Aug 22 '21 at 05:20
1 Answers
1
In web.php you have to use
Auth::routes();

Hamza T
- 327
- 4
- 8
-
-
You should read : https://stackoverflow.com/questions/39196968/laravel-5-3-new-authroutes – Hamza T Aug 22 '21 at 20:03