摘要: 基本实现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)
摘要: [ ]注释 [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)
摘要: 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)