Laravel 4 simple route not working using mod_rewrite, and .htaccess

前端 未结 4 697
北恋
北恋 2020-12-08 15:57

I\'m not only new to Laravel 4, but new to using frameworks. I thought I\'d start with Laravel since it\'s gotten such good reviews. I\'ve got a good install of Laravel. I g

4条回答
  •  半阙折子戏
    2020-12-08 16:14

    That Error basically say that the router cannot found your request. Make sure you already save your changes. if you using the artisan command to running the page,just re-run again command "artisan Serve".

提交回复
热议问题