随笔分类 -  laravel

摘要:下载组件:https://packagist.org/packages/ender/yunpian-sms 按步骤来就行 阅读全文
posted @ 2020-02-24 09:59 时光一寸灰 阅读(268) 评论(0) 推荐(0)
摘要:一、安装 1、下载地址:https://github.com/MicrosoftArchive/redis/releases/tag/win-3.2.100 2、Redis-x64-3.2.100.msi 下载 ( 安装步骤,下一步下一步,有选择框选中即可), 3、 安装完成配置: 打开 E:\Pr 阅读全文
posted @ 2020-02-23 15:00 时光一寸灰 阅读(245) 评论(0) 推荐(0)
摘要:法一:进入 https://packagist.org/ 组件网 搜索 gregwar/captcha 法二:用命令 composer require gregwar/captcha 或者:在项目中的composer.json 文件中加入 "require" :{ "gregwar/captcha" 阅读全文
posted @ 2020-02-17 18:19 时光一寸灰 阅读(367) 评论(0) 推荐(0)
摘要:报错:Class App\Http\Controllers\Admin/LoginController does not exist 原因:注意路由 控制器路径的斜杠应该是\而不是/ 阅读全文
posted @ 2020-02-17 17:34 时光一寸灰 阅读(685) 评论(0) 推荐(0)
摘要:一、安装composer 参考菜鸟教程:https://www.runoob.com/w3cnote/composer-install-and-usage.html 二、下载laravel安装工具 进入win10 控制台 输入composer 看composer 是否安装成功 输入 命令: comp 阅读全文
posted @ 2020-02-13 17:42 时光一寸灰 阅读(787) 评论(0) 推荐(0)