laravel-location-validator:用于验证lnglat对在区域内的Laravel验证规则

时间:2024-03-03 08:37:52
【文件属性】:

文件名称:laravel-location-validator:用于验证lnglat对在区域内的Laravel验证规则

文件大小:52KB

文件格式:ZIP

更新时间:2024-03-03 08:37:52

PHP

Laravel位置验证器 Laravel验证规则,用于检查lng / lat对是否在区域内。 安装 composer require adamcmoore/laravel-location-validator 用法 use AcMoore \ LocationValidator \ LocationValidator ; // Validate that latitude & longitude is inside an area $ allowed_area = [ [ 48.9675969 , 1.7440796 ], [ 48.4711003 , 2.5268555 ], [ 48.9279131 , 3.1448364 ], [ 49.3895245 , 2.6119995 ], ]; $ request -> validate ( [ 'latitude' =>


【文件预览】:
laravel-location-validator-master
----composer.json(1001B)
----phpunit.xml(868B)
----composer.lock(234KB)
----tests()
--------ValidatorTest.php(752B)
--------TestCase.php(136B)
----LICENSE(34KB)
----src()
--------LocationValidator.php(1KB)
----LICENSE.md(34KB)
----.gitignore(37B)
----README.md(910B)

网友评论