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 我们可以通过安装浏览器的插件来查看高调试工具的相关
在laravel项目开发的过程中,为了能更好的展现PC端和移动端不同内容之间的差异...
就是先去掉头和尾的空格,然后,把中间的空格都替换为一个空格,然后分割字符串...
laravel扩展包统计页面访问次数awssat/laravel-visits,用于统计在每个页面的访...
JQuery获取浏览器的窗口高度或页面高度的常用方法如下: alert($(window).heigh...
javascript实现: top.location.href 顶级窗口的地址 this.location.href 当前...
以下记录为laravel框架常用artisan常用命令集合,日常开发过程中会经常使用到。...
禁止网页内容被复制的javascript代码,这段代码可以有效的防止网页中的内容被复...
微信支付是由微信及财付通联合推出的移动支付创新产品。如今,随着微信支付的全...