Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Laravel 的新手。laravel/ui我不明白为什么在安装和php artisan make:auth命令后不显示身份验证块。这些页面已添加。但是路线列表中没有任何特殊路线。代码
laravel/ui
php artisan make:auth
在web.php你必须使用
Auth::routes();