写PHP的,也没啥
确定是 published_at 么?你的 user_id 有考虑过?全部的错误信息是怎么样的?如果是 published_at ,你试试在 Article 添加:
published_at
user_id
protected $dates = ['published_at'];
目前只有 Paypal
恩。。我后面用的的 disqus 评论系统了。下面这样:
嗯哼,评论都加载不出来了么?
https://laravist.com/discussion/494
windows 我不太清楚,(这个 windows 实现起来应该很难)就算是 mac 也要自己设置的。
在 VerifyCsrfToken.php 里:
protected $except = [ 'wechat/*','/wechat/*'];
这样试试
没遇到过。。看报错应该是你的哪个参数传错了,应该传数组而你给了字符串
恩,我正在调这个问题,貌似只有从 phpstorm 粘贴过来的代码会这样。。。
额。你配置你的brew 安装的 php 路径优先于系统的路径就好了。
额。。。在你 ~/.bash_profile 配置一下 PATH,大概这个样子 :
~/.bash_profile
export PATH="/usr/local/bin:$PATH"
你用的什么 shell ,就在哪配置,比如,你用 zshell ,就配置 ~/.zshrc
~/.zshrc
你是才接触编程?