dpql57753 2014-02-15 09:26
浏览 63
已采纳

控制器路由在部署时未在Laravel中正常工作

I'm working on an application, and I just started pushing it to my staging server to test it out in in a live environment and ran into an odd problem.

So I have a route set up like this:

// AJAX routes
Route::controller('io', 'IoController');

And in the IoController I have methods set up:

public function getSomeData() {}
public function postSomeData() {}

When I run php artisan routes on my dev environment (localhost):

GET /io/some-data
POST /io/some-data
GET /io/{_missing}

But on my staging server I just get:

GET /io/{_missing}

Of course, checking the route app.com/io/some-data just throws an 'Controller method not found' exeption.

Anyone who have ran into similar problems and resolved them? I really have no idea why this is happening, and where to start looking.

  • 写回答

2条回答 默认 最新

  • duankuaiwang2706 2014-05-02 06:58
    关注

    Seems like it was an issue when upgrading Laravel.

    Prior to 4.1 named groups didn't have to include the group name in the URL, but after the update a named resource-group expected the group name to be in the url.

    Somehow I managed to have a diff in versions (stupid of me using the dev-branch in composer.json) on the staging and dev-environments.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 基于卷积神经网络的声纹识别
  • ¥15 Python中的request,如何使用ssr节点,通过代理requests网页。本人在泰国,需要用大陆ip才能玩网页游戏,合法合规。
  • ¥100 为什么这个恒流源电路不能恒流?
  • ¥15 有偿求跨组件数据流路径图
  • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值
  • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
  • ¥15 CSAPPattacklab
  • ¥15 一直显示正在等待HID—ISP
  • ¥15 Python turtle 画图
  • ¥15 stm32开发clion时遇到的编译问题