roc_teng

2220 经验值

在一个项目中使用到了slug这个功能,结果 中文转slug肯定是无效的,然后 很幸运看到jelly的一个中文轮子 translug,结果composer require完 ,运行报错 :

cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)

按网上大部分教程去改配置文件 ,仍然无效,想请教下 这个是什么原因造成的。

@jellypool 教主还有这视频的源码吗,oauth2-server-laravel 没用了,这个视频 想继续下去,可那些wiki上的代码无处可寻

对的,我有选择为basic auth,没有填写正确账号密码之前,这个验证是有效的,然后一旦我填写正确的之后,貌似postman里面生成了缓存,之后修改了basic auth的账号密码后点击send,程序依然跑得通!然后我就怀疑是postman 缓存了这个状态,只是不知道怎么能清除postman里面的缓存

遇到了@acloud 一样的疑惑,就是在浏览器上打开post的地址(使用了basic auth),是需要认证的,发送错误账号密码会要求继续输入,但是在postman里面 使用 basic auth发送 body,title,即使填写的账号密码为错误,仍然插入lesson成功,这里面很疑惑。

有点小尴尬,最近才加入laravel, 然后 按照教主的方法,遇到个小问题,Nginx 不能跑laravel,直接报500错误,

2017/08/22 10:54:20 [error] 23624#0: *48 FastCGI sent in stderr: "PHP message: PHP Parse error:  syntax error, unexpected '.', expecting '&' or variable (T_VARIABLE) in /var/www/laravel5/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php on line 444" while reading response header from upstream, client: 1xx.33.xx.203, server: xx.108.xx.95, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "xxx.108.xx.95"