所以我下載了 Laravel 5.5,并在我的終端中運(yùn)行了以下命令。php artisan make:auth當(dāng)我重新加載 Laravel 時(shí),會(huì)顯示登錄和注冊(cè)的鏈接,但是當(dāng)我單擊它們時(shí),它顯示未找到。我試過(guò)重置工匠并刪除我的表格,并重新遷移工匠,但它們都不起作用。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');
當(dāng)我運(yùn)行命令“make:auth”并重新加載 Laravel 時(shí),鏈接會(huì)顯示
尚方寶劍之說(shuō)
2021-10-22 14:16:36