小白兔晒黑了

导航

 

2021年6月16日

摘要: 1 话题相关表的创建 1.1 话题表 php artisan make:model Topic -m \database\migrations\2021_06_19_225546_create_topics_table.php public function up() { Schema::creat 阅读全文
posted @ 2021-06-16 01:23 小白兔晒黑了 阅读(115) 评论(0) 推荐(0)
 
摘要: 1 美化编辑器 1.1 下载百度编辑器 https://github.com/JellyBool/simple-ueditor git clone git@github.com:JellyBool/simple-ueditor.git 1.2 用此项目的 ueditor 目录替换原来的 uedito 阅读全文
posted @ 2021-06-16 01:22 小白兔晒黑了 阅读(137) 评论(0) 推荐(0)
 
摘要: 1 设计问题表 php artisan make:model Question -m \database\migrations\2021_06_17_205244_create_questions_table.php public function up() { Schema::create('qu 阅读全文
posted @ 2021-06-16 01:20 小白兔晒黑了 阅读(85) 评论(0) 推荐(0)
 
摘要: 1 修改代码 1.1 .env 添加一行 SEND_CLOUD_FROM SEND_CLOUD_USER=axxxxx_test_xxxx SEND_CLOUD_KEY=cAlfxxxxxxxxx SEND_CLOUD_FROM=apxxxx@Gxxxxxxxxxxxxxxxx.sendcloud. 阅读全文
posted @ 2021-06-16 01:19 小白兔晒黑了 阅读(103) 评论(0) 推荐(0)
 
摘要: 1 消息通知 1.1 安装与部署 https://github.com/laracasts/flash composer require laracasts/flash \config\app.php 'providers' => [ //。。。。 Laracasts\Flash\FlashServ 阅读全文
posted @ 2021-06-16 01:13 小白兔晒黑了 阅读(775) 评论(0) 推荐(0)