Laravel 5 - 路线无法正常工作

时间:2015-10-29 14:39:51

标签: php laravel-5

我现在正在学习Laravel 5.

我添加了以下新路线:

Route::get('items', function () {
    // test code
});

Route::get('items/create', function () {
    echo "test";
    die();
    // test code
});

我尝试在我的webbrowser(http://localhost:8000/items/create)上显示我的代码。 但我有503错误。 http://localhost:8000/items工作正常。 我该如何解决? 请帮帮我。

感谢。

1 个答案:

答案 0 :(得分:0)

尝试:

myocamlbuild.ml