Laravel 问题相关记录

  1. 邮件设置 两步php

    根目录 .env 设置帐号html

MAIL_DRIVER=SMTP
MAIL_HOST=smtp.163.com
MAIL_PORT=25
MAIL_USERNAME="xxx@163.com"
MAIL_PASSWORD="xxx"
MAIL_ENCRYPTION=null

      config/mail.phpjava

'from' => ['address' => env('MAIL_USERNAME'), 'name' => 'Test Mail'],


========================================================================laravel


JWT refresh tokengit

http://stackoverflow.com/questions/32446672/refresh-jwt-token-laravel-and-angularjs angularjs

multi refresh requestgithub

https://jeremymarc.github.io/2014/08/14/oauth2-with-angular-the-right-way/ api


短信验证码rest

https://leancloud.cn/docs/rest_sms_api.html#快速参考code

相关文章
相关标签/搜索