Mobile_Detect is a lightweight

MobileDetect, PHP mobile detection class Mobile Detect is a lightweight PHP class for detecting mobile devices (including tablets).It uses the User-Agent string combined with specific HTTP headers to d

Send CORS headers in a Laravel

Notice We have abandoned this package because Laravel 7 introduced native support for CORS. Only use this package if you're on Laravel 6 or below. Send CORS headers in a Laravel application This packag

Adds CORS (Cross-Origin Resour

CORS Middleware for Laravel Implements https://github.com/fruitcake/php-cors for Laravel Note for users upgrading to Laravel 9, 10 or higher This package is deprecated because all supported Laravel ver

一个简单的WebUploader多文件上传组件

bakauploader 一个简单的WebUploader多文件上传组件 Demo: script type="text/javascript"BakaUploader.init({ addr: 'upload.php', //上传目标地址 selector: '#upload', //绑定的按钮ID max

PHP Secure Headers

Secure Headers Add security related headers to HTTP response. The package includes Service Providers for easy Laravel integration. VersionInstallationUsage(non laravel project)Document and NoticeCh

一个grunt-ftp-deploy的修改版本,支持单文件上

grunt-ftp-upload 这是一个 grunt 任务插件,用于将文件上传FTP. 这是由 grunt-ftp-deploy 修改后的一个版本,使用方法和参数 grunt-ftp-deploy 一致, 增加了一个功能点,

自定义条件筛选组件(仿美团筛选菜单)

react-native-dropdownmenus Getting started $ npm install react-native-dropdownmenus --save Mostly automatic installation $ react-native link react-native-dropdownmenus Usage import Dropdownmenu from 'r

移植Laravel的 `php artisan storag

lumen-artisan-storage-link 移植Laravel的 php artisan storage:link [创建符号连接]指令到Lumen Usage 在 'app/commands/kernel.php' 中注册指令: protected $commands = [AdamTynLumenArtisan

百度LBS云 PHP SDK

百度LBS云 PHP SDK 目前只简单实现了 Web Api 中的 地理编码服务 ,后续会实现更多接口。 示例代码: $ak = 'your-ak';$sk = 'your-sk';$baidu = new JiaLeoBaiduLBSYunWebApi($ak,

A php class to automatically f

baiduyun A php class to automatically fetch the access token of Baidu Yun | 一个用来自动获取百度云 AccessToken 的类

PHP 百度云 LBS Yun SDK

EasyLbs 百度云地图LBS SDK使用前请先阅读百度云LBS服务云文档,本SDK不再对请求参数以及响应作解释 Laravel 使用说明 Laravel5 服务提供的使用请移步Laravel-Eas