会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
丶浪人
博客园
首页
新随笔
联系
订阅
管理
2020年2月13日
laravel55的添加
摘要: 基本实现Laravle5.5的数据添加操作 1、 数据库迁移 a) 准备迁移文件 命令: php artisan make:migration create_表名_table --create=表名 官网地址: https://learnku.com/docs/laravel/5.5/migrati
阅读全文
posted @ 2020-02-13 16:23 丶浪人
阅读(162)
评论(0)
推荐(0)
2020年1月26日
小程序
摘要: [ ]注释 [for循环使用 https://cn.vuejs.org/v2/guide/list.html#%E5%9C%A8-v-for-%E9%87%8C%E4%BD%BF%E7%94%A8%E5%AF%B9%E8%B1%A1] uni官网 https://uniapp.dcloud.io/
阅读全文
posted @ 2020-01-26 11:23 丶浪人
阅读(167)
评论(0)
推荐(0)
2020年1月3日
邮箱发送
摘要: public function yz(Request $request) { $msg='你好'; $to='1320914362@qq.com'; $subject='你好'; Mail::send( 'Index.yx', ['content'=>$msg], function($msg) us
阅读全文
posted @ 2020-01-03 14:01 丶浪人
阅读(100)
评论(0)
推荐(0)
公告