只訪問到本身的這個路由Route::get('/', function () { ? ?return view('welcome'); }); ? ? ?而這個Route::get('lianxi', function ( ) { return 'hello world'; }); 這個無法訪問,是不是還需要配置入口文件 請問怎么配置呢 訪問出現(xiàn)The requested URL /laravel/public/xianxi was not found on this server.
2018-05-28
路由里的是lianxi,錯誤提示里的是xianxi,可能是你輸入url的時候字母打錯了吧
2017-06-07
會不會是安裝包有問題呢
請問正確的下載路徑是?
2017-06-07
只訪問到本身的這個路由Route::get('/', function () { ? ?return view('welcome'); }); ? ? ?而這個Route::get('lianxi', function ( ) { return 'hello world'; }); 這個無法訪問,是不是還需要配置入口文件 請問怎么配置呢 訪問出現(xiàn)The requested URL /laravel/public/xianxi was not found on this server.
2017-06-07
就是訪問不到啊 ?請問是不是還要更改配置的路徑呢
2017-06-07
當(dāng)然可以