mcamara/Laravel-localization扩展包为你的Laravel项目提供本地化功能增强及多国语言切换等功能,可以很方便的实现多语言版本之间的切换。 github地址:https://github.com/mcamara/Laravel-localization 安
lubusIN/Laravel-decomposer扩展包专用于解决Laravel扩项目中对Composer依赖的关系,能够检测项目及服务器环境。 github地址:https://github.com/lubusIN/Laravel-decomposer 安装: composer require lubusin/larave
压缩 HTML 加速网页响应 renatomarinho/Laravel-page-speed,扩展包可以自动的优化网站,将HTML加速输出显示在客户端浏览器。 项目地址:https://github.com/renatomarinho/Laravel-page-speed 安装命令: $
Laravel User Agent 轻松识别客户端信息 jenssegers/agent,客户端会通过这个请求向访问网站提供浏览器类型、操作系统及版本,浏览器渲染引擎,浏览器语言等标识的信息。 项目地址:https
beyondcode/Laravel-query-detector扩展包是一款查找问题的探测器,可以很方便的帮助开发者查找潜在的问题。 项目地址:https://github.com/beyondcode/Laravel-query-detector 安装命令: composer require bey
Laravel扩展包统计页面访问次数awssat/Laravel-visits,用于统计在每个页面的访问次数,通过判断IP来实现通过访问次数的功能。 项目地址:https://github.com/awssat/Laravel-visits 安装命令: compo
milon/barcode可生成一维码、二维码等多种条码格式,使用也非常的方便。 项目地址:https://github.com/milon/barcode 安装: $ composer require milon/barcode 安装完成之后,我们需要注册providers服务
报错信息如下: Symfony\Component\Debug\Exception\FatalThrowableError thrown with message Argument 2 passed to Symfony\Component\HttpFoundation\Request:: setTrustedProxies() must be of the type integer, array given, called in D:\phpSt
此操作记录基于Laravel 5.5升级到Laravel 5.7,我们需要修改composer.json文件,将: Laravel/framework: 5.5.*, 修改为: Laravel/framework: 5.7.*, 执行命令: $ composer update 出错小插曲: 更新过程中报了以
利用 Clockwork 在 Google Chrome 下调试你的 Laravel APP itsgoingd/clockwork,让调试变得更简单。 安装命令: $ composer require itsgoingd/clockwork 我们可以通过安装浏览器的插件来查看高调试工具的相关
Postman是一款功能强大的网页调试与发送网页HTTP请求的Chrome插件。该插件只能...
Jcrop 是一个功能强大的 jQuery 图像裁剪插件,结合后端程序(例如:PHP)可以...
1.打开后台入口文件admin.php header(location:index.php?m=admin); 跳转到inde...
Swiper是纯javascript打造的滑动特效插件,面向手机、平板电脑等移动终端。Swip...
1,百度站长学院建议广大站长将原创内容第一时间使用链接提交主动推送方式向百...
PHPCMS首页调用最新文章与热门文章示例代码如下: 最新文章 我们可以使用get标...
PHP环境必须开启支持GD2 1、api 接口文件目录增加如下文件: 官网下载地址:htt...
安装好Laravel 5.3之后,我们需要对时区进行设置,默认为UTC,配置文件路径为:...