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 我们可以通过安装浏览器的插件来查看高调试工具的相关
Metronic 3.8.1 是一套精美的响应式后台管理模板,基于强大的 Twitter Bootstra...
php 搜索数组字符串我们一般会用到array_search和in_array两个函数,array_sear...
JQuery文字向上滚动鼠标移入悬停,移出继续滚动特效代码如下:HTML结构:第一行...
在开发的过程当中,有些时候需要查看返回的JSON数据格式关于中文的信息是什么内...
新项目布置Laravel,所有源代码数据上传至服务器中,配置好运行环境,调试出现...
linux iptables如何封单个IP、IP段、整段IP示例代码如下: # iptables -P INPUT...
jQuery Validate 插件为表单提供了强大的验证功能,让客户端表单验证变得更简单...
mysql查询相关文章或相关资源的代码 select * from ***_ecms where classid=0 a...