摘要:
1 传统模式 1.1 模板代码 \resources\views\questions\create.blade.php <select class="js-example-basic-multiple js-example-data-ajax form-control" name="topics[]
阅读全文
posted @ 2021-06-28 23:57
小白兔晒黑了
阅读(131)
推荐(0)
摘要:
Laravel5.4 之前的版本用 gulp 的 laravel-elixir管理全段资源,Laravel5.4 版本开始使用webpack 的 Laravel Mix 来管理。 1 安装 npm --registry https://registry.npm.taobao.org info und
阅读全文
posted @ 2021-06-23 17:00
小白兔晒黑了
阅读(39)
推荐(0)
摘要:
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)
摘要:
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)
摘要:
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)
摘要:
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)
摘要:
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)
摘要:
Shift + F2 快速跳错误行
阅读全文
posted @ 2021-06-15 16:36
小白兔晒黑了
阅读(183)
推荐(0)
摘要:
1 配置 1.1 创建项目 composer create-project --prefer-dist laravel/laravel zhihuapp '5.8' 1.2 配置数据库 .env DB_DATABASE=zhihu DB_USERNAME=root DB_PASSWORD=12345
阅读全文
posted @ 2021-06-09 00:25
小白兔晒黑了
阅读(187)
推荐(0)
摘要:
视频 https://www.pilishen.com/course/7
阅读全文
posted @ 2021-05-21 02:24
小白兔晒黑了
阅读(44)
推荐(0)