上一页 1 ··· 290 291 292 293 294 295 296 297 298 ··· 567 下一页
摘要: https://stackoverflow.com/questions/48568739/unable-to-open-file-for-reading-swift-ioexception-in-laravel-mailable “Unable to open file for reading” ( 阅读全文
posted @ 2018-07-25 11:22 码农编程进阶笔记 阅读(857) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/48568739/unable-to-open-file-for-reading-swift-ioexception-in-laravel-mailable “Unable to o... 阅读全文
posted @ 2018-07-25 11:22 码农编程进阶笔记 阅读(61) 评论(0) 推荐(0)
摘要: 版本5以上验证OK 常量定义方案A:step1 按路径生成constants文件app/config/constants.phpstep2 constants文件里写 return [ 'ADMIN_NAME' => 'administrator', 'ADMIN_NAME1' => ['INIT' 阅读全文
posted @ 2018-07-24 17:01 码农编程进阶笔记 阅读(531) 评论(0) 推荐(0)
摘要: 版本5以上验证OK 常量定义方案A: step1 按路径生成constants文件 app/config/constants.php step2 constants文件里写 ... 阅读全文
posted @ 2018-07-24 17:01 码农编程进阶笔记 阅读(57) 评论(0) 推荐(0)
摘要: 有时候您可能想要增加不存在数据库字段的属性数据。这时候只要定义一个获取器即可: public function getIsAdminAttribute() { return $this->attributes['admin']; } 定义好获取器之后,再把对应的属性名称加到模型里的 appends 阅读全文
posted @ 2018-07-24 16:52 码农编程进阶笔记 阅读(1280) 评论(0) 推荐(0)
摘要: 有时候您可能想要增加不存在数据库字段的属性数据。这时候只要定义一个获取器即可: public function getIsAdminAttribute(){ return $this->attributes['admin']... 阅读全文
posted @ 2018-07-24 16:52 码农编程进阶笔记 阅读(62) 评论(0) 推荐(0)
摘要: cc指抄送 bcc指暗送。 cc:carbon copy bcc:blind carbon copy 阅读全文
posted @ 2018-07-24 16:44 码农编程进阶笔记 阅读(1401) 评论(0) 推荐(0)
摘要: cc指抄送 bcc指暗送。 cc:carbon copy bcc:blind carbon copy 阅读全文
posted @ 2018-07-24 16:44 码农编程进阶笔记 阅读(629) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_35843527/article/details/77880631 Lumen / Laravel 5.4 使用网易邮箱 SMTP 发送邮件 获取网易邮箱的服务器和授权码: 登录网易邮箱 (http://mail.163.com/), 获取服务器地址 阅读全文
posted @ 2018-07-24 14:33 码农编程进阶笔记 阅读(362) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_35843527/article/details/77880631 Lumen / Laravel 5.4 使用网易邮箱 SMTP 发送邮件 获取网易邮箱的服务器和授权码: 登录网... 阅读全文
posted @ 2018-07-24 14:33 码农编程进阶笔记 阅读(56) 评论(0) 推荐(0)
上一页 1 ··· 290 291 292 293 294 295 296 297 298 ··· 567 下一页
返回顶部 有事您Q我