編寫新的路由全部訪問報404錯誤,只有根路徑正確
//能訪問 Route::get('/',?function?()?{ ????return?view('welcome'); }); //不能訪問,404錯誤 Route::get('first',?function(){ ????return?'hello,?world'; });
//能訪問 Route::get('/',?function?()?{ ????return?view('welcome'); }); //不能訪問,404錯誤 Route::get('first',?function(){ ????return?'hello,?world'; });
2018-07-19
舉報
2020-08-17
已解決 可以參考這兩個
https://blog.csdn.net/weixin_33692284/article/details/91957482
https://blog.csdn.net/haibo0668/article/details/105229541
2019-05-11
框架重定向問題,在項目的框架配置文件 中加
2018-09-12
2018-07-19
重新啟動apache