学习Laravel遇到的问题纪录

1.更换git  remote

git remote rm origin

git remote add origin git@github.com:your_username/hello_laravel.git

 

2.heroku 打开页面发现找不到resources,但是本地可以运行起来

很有可能是Procfile没写好,比如web:后面少了个空格= =

 

posted @ 2017-01-24 06:47  Sylvia小伊  阅读(105)  评论(0编辑  收藏  举报