您的位置:首页 > 编程语言 > PHP开发

Laravel 使用遇到的问题及解决方法

2016-01-11 12:30 666 查看
安装过程参考:https://www.geek-share.com/detail/2605098921.html
1.安装过程的问题
   (1)Whoops, looks like something went wrong.错误       修改php安装目录地下的 php.ini 启用 extension=php_openssl.dll 扩展(去掉前面的分号),重启wamp服务       php artisan serve 如果同是起两个laravel,那么只会运行第一个,不会运行第二个
2.Oracle vm 如何使用共享文件夹 http://jingyan.baidu.com/article/fedf07375e345135ac8977f7.html?st=2&os=0&bd_page_type=1&net_type=1
3.上传图片失败 https://phphub.org/topics/267 4. 出现这个错误之后,需要重装?
5. 在form表单提交的时候出现错误:TokenMismatchException in VerifyCsrfToken.php line 53:     在form表单中添加一行< input type ="hidden" name ="_token" value ="{{ csrf_token() }}">
6.错误信息:
bower error status code of git: 128 fatal: unable to connect to github.com: github.com[0: 你的IP]: errno=Operation timed out
原因:需要用https才能读到数据 解决方法:输入命令 git config --global url."https://".insteadOf git://
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: