Download the PHP package salmanzafar/laravel-geo-fence without Composer
On this page you can find all versions of the php package salmanzafar/laravel-geo-fence. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download salmanzafar/laravel-geo-fence
More information about salmanzafar/laravel-geo-fence
Files in salmanzafar/laravel-geo-fence
Download salmanzafar/laravel-geo-fence
More information about salmanzafar/laravel-geo-fence
Files in salmanzafar/laravel-geo-fence
Vendor salmanzafar
Package laravel-geo-fence
Short Description A Laravel Library to calculate distance between two longitude and latitudes
License MIT
Package laravel-geo-fence
Short Description A Laravel Library to calculate distance between two longitude and latitudes
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-geo-fence
Laravel GeoFence Package
A Laravel 5 and Laravel 6 package to calculate distance between two longitude and latitudes
Installation
Enable the package (Optional)
This package implements Laravel auto-discovery feature. After you install it the package provider and facade are added automatically for laravel >= 5.5.
This step is only required if you are using laravel version <5.5
To declare the provider and/or alias explicitly, then add the service provider to your config/app.php:
And then add the alias to your config/app.php:
Configuration
Publish the configuration file
Config/geofence.php
Using in Controller
Measure Distance using Facade in Controller
Measure Distance using command
Tested on php 7.3 and laravel 5.7 and also laravel 5.8 and laravel 6.*
All versions of laravel-geo-fence with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.4.0 || ^7.0 || ^7.1 || ^7.2 || ^7.3 || ^7.4
The package salmanzafar/laravel-geo-fence contains the following files
Loading the files please wait ....