Download the PHP package rentalmanager/geolocate without Composer
On this page you can find all versions of the php package rentalmanager/geolocate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rentalmanager/geolocate
More information about rentalmanager/geolocate
Files in rentalmanager/geolocate
Package geolocate
Short Description Geolocate package for easier property geolocate functionality.
License proprietary
Homepage https://github.com/rentalmanager/geocode
Informations about the package geolocate
RentalManager - Geolocate
A package made for Rentbits for easier maintenance and modularity of managing rental listings. It includes all migrations, models and relations to run the rental system.
Installation, Configuration and Usage
Installation
Via Composer
Configuration
Once you install the package, it should be automatically discovered by the Laravel. To check this, in your terminal simply run the:
There you should find the all rm:*
commands.
First step after checking is to publish the vendors:
You can setup the Google Maps API key in the config file or in the .env file. Other settings are available in the config file as well.
Thats it...
Usage
This package is used to geolocate the property through the provided Facade
Facade
This package provides methods for fetching, geolocating records. For example you have a following situation:
(First of you need to use the Facade as )
use RentalManager\Geolocate\Facades\Geolocate;
in your class.
Dump the response to see what it retrieves