localhost に laravel+composer をインストールしてから、次のコード ブロックで basic routes.php を実行しようとしました。
Route::get('/x', function()
{
return 'Hello World';
});
そして、これを使って実行しようとしましhttp://localhost/laravel/app/x
たhttp://localhost/laravel/x
そして、私はこのエラータイプを取得しています:
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.
Error 404
localhost
Apache/2.4.4 (Unix) PHP/5.5.3 OpenSSL/1.0.1e mod_perl/2.0.8-dev Perl/v5.16.3
どうすればこの問題を克服できますか?