sierratecnologia/locaravel

0.4.4 2024-01-16 03:12 UTC

README

Locaravel - A remarkably magical tools for geolocation

Build Status Maintainability Packagist license

[ EM DESENVOLVIMENTO ]

Requirements

  1. PHP 7+
  2. OpenSSL

Installation

Start a new Laravel project:

composer create-project laravel/laravel your-project-name

Then run the following to add Locaravel

composer require "sierratecnologia/locaravel"

Time to publish those assets!

php artisan vendor:publish --provider="Locaravel\LocaravelProvider"

Documentation

mkdir storage/geo cd storage/geo wget http://download.geonames.org/export/dump/allCountries.zip && unzip allCountries.zip && rm allCountries.zip wget http://download.geonames.org/export/dump/hierarchy.zip && unzip hierarchy.zip && rm hierarchy.zip

Changelog

Refer to the Changelog for a full history of the project.

Support

The following support channels are available at your fingertips:

Contributing & Protocols

Thank you for considering contributing to this project! The contribution guide can be found in CONTRIBUTING.md.

Bug reports, feature requests, and pull requests are very welcome.

Security Vulnerabilities

If you discover a security vulnerability within this project, please send an e-mail to help@sierratecnologia.com.br. All security vulnerabilities will be promptly addressed.

About SierraTecnologia

SierraTecnologia is a software solutions startup, specialized in integrated enterprise solutions for SMEs established in Rio de Janeiro, Brazil since June 2008. We believe that our drive The Value, The Reach, and The Impact is what differentiates us and unleash the endless possibilities of our philosophy through the power of software. We like to call it Innovation At The Speed Of Life. That’s how we do our share of advancing humanity.

License

This software is released under The MIT License (MIT).

(c) 2008-2020 SierraTecnologia, Some rights reserved.