上一页 1 ··· 269 270 271 272 273 274 275 276 277 ··· 567 下一页
摘要: 用户权限管理系统 https://github.com/Zizaco/entrust 再添加角色的时候... 报了一个错.. BadMethodCallException in Repository.php line 391: This cache store does not support ta 阅读全文
posted @ 2018-08-23 17:29 码农编程进阶笔记 阅读(1229) 评论(0) 推荐(0)
摘要: 用户权限管理系统 https://github.com/Zizaco/entrust 再添加角色的时候... 报了一个错.. BadMethodCallException in Repository.php line 39... 阅读全文
posted @ 2018-08-23 17:29 码农编程进阶笔记 阅读(100) 评论(0) 推荐(0)
摘要: 正常情况: env 方法 可以获取 .env 文件的值 config 可以获取 config 文件夹下 指定配置的值 非正常情况: 当我们执行了 php artisan config:cache 之后 在bootstrap/cache 文件夹下 会生成一个 config.php 文件 这个文件包含了 阅读全文
posted @ 2018-08-23 17:21 码农编程进阶笔记 阅读(1517) 评论(0) 推荐(0)
摘要: 正常情况: env 方法 可以获取 .env 文件的值 config 可以获取 config 文件夹下 指定配置的值 非正常情况: 当我们执行了 php artisan config:cache 之后 在bootstrap/cache 文件夹下 会生成一个 config.php 文... 阅读全文
posted @ 2018-08-23 17:21 码农编程进阶笔记 阅读(89) 评论(0) 推荐(0)
摘要: 修改了Laravel里面的.env文件之后报这个错误,找半天,找到罪魁祸首了,错误信息: Fatal error: Uncaught ReflectionException: Class config does not exist in D:\phpStudy\WWW\BCCKidV1.0\vend 阅读全文
posted @ 2018-08-23 17:13 码农编程进阶笔记 阅读(1742) 评论(0) 推荐(0)
摘要: 修改了Laravel里面的.env文件之后报这个错误,找半天,找到罪魁祸首了,错误信息: Fatal error: Uncaught ReflectionException: Class config does not exist in D:\phpStudy\WWW\BC... 阅读全文
posted @ 2018-08-23 17:13 码农编程进阶笔记 阅读(44) 评论(0) 推荐(0)
摘要: 本人感觉用的比较好的验证码包,拿出来分享一下,傻瓜式教程, 安装步骤: 首先,登录网址packagist.org查找 laravel captcha,找到mews/captcha ,根据packagist上的使用方法一步步来实现验证码的安装。 composer安装: composer require 阅读全文
posted @ 2018-08-23 15:26 码农编程进阶笔记 阅读(787) 评论(0) 推荐(0)
摘要: 本人感觉用的比较好的验证码包,拿出来分享一下,傻瓜式教程,安装步骤: 首先,登录网址packagist.org查找 laravel captcha,找到mews/captcha ,根据packagist上的使用方法一步步来实现验证码的安装。compo... 阅读全文
posted @ 2018-08-23 15:26 码农编程进阶笔记 阅读(293) 评论(0) 推荐(0)
摘要: http://laravelacademy.org/post/3910.html 1、安装 我们通过 Composer 安装 Captcha 扩展包: composer require mews/captcha 注:Windows中使用该扩展包还需要安装 GD2 扩展(在php.ini中取消php_ 阅读全文
posted @ 2018-08-23 14:21 码农编程进阶笔记 阅读(422) 评论(0) 推荐(0)
摘要: http://laravelacademy.org/post/3910.html 1、安装 我们通过 Composer 安装 Captcha 扩展包: composer require mews/captcha 注:Wi... 阅读全文
posted @ 2018-08-23 14:21 码农编程进阶笔记 阅读(37) 评论(0) 推荐(0)
上一页 1 ··· 269 270 271 272 273 274 275 276 277 ··· 567 下一页
返回顶部 有事您Q我