1.更换git remote
$ git remote rm origin
$ git remote add origin git@github.com:your_username/hello_laravel.git
2.heroku 打开页面发现找不到resources,但是本地可以运行起来
很有可能是Procfile没写好,比如web:后面少了个空格= =
学习Laravel遇到的问题纪录
原文:http://www.cnblogs.com/sylvialucy/p/6346315.html