dongpang1898 2017-04-06 07:06
浏览 27

在亚马逊服务器上的Laravel 5.3中的路由冲突

My login route is

  Route::post('/user/login', array('as' => 'userlogin', 'uses' => 'UserController@login'));

I have debug the code line by line on local server , flow is coming in UserController's login function. It is working perfecly fine on the local server , but as i deployed the source on amazon it is throwing an error

NotFoundHttpException in RouteCollection.php line 161

I have tried many solutions but nothing worked for me. Any suggestions in this regard ?

  • 写回答

0条回答 默认 最新

    报告相同问题?