所以我下载了 Laravel 5.5,并在我的终端中运行了以下命令。php artisan make:auth当我重新加载 Laravel 时,会显示登录和注册的链接,但是当我单击它们时,它显示未找到。我试过重置工匠并删除我的表格,并重新迁移工匠,但它们都不起作用。php artisan make:auth和继承人我的 web.php 文件。Route::get('/', function () { return view('welcome');});Route::get('/post', 'PostController@index');Auth::routes();Route::get('/home', 'HomeController@index')->name('home');Auth::routes();Route::get('/home', 'HomeController@index')->name('home');
- 3 回答
- 0 关注
- 142 浏览
添加回答
举报
0/150
提交
取消