我现在正在学习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工作正常。 我该如何解决? 请帮帮我。
感谢。
答案 0 :(得分:0)
尝试:
myocamlbuild.ml