我遇到了一个问题,我现在试图修复一小时。
何时使用
Route::get('/', array('as' => 'about', 'uses' => 'about@index'));
Route::controller(Controller::detect());
我浏览我的http://localhost/
我得到了I think we're lost. Server Error: 404 (Not Found)
我真的很奇怪我在使用这个组合之前解决了问题而现在它无法正常工作
我正在使用Laravel 3
控制器视图没问题,可以请别人给我一个提示