Skip to content

Instantly share code, notes, and snippets.

@redilinxa
redilinxa / MapService.php
Created May 9, 2017 14:20 — forked from edyrkaj/MapService.php
Google Maps API Curl Call - Laravel Service
<?php
/**
* Copyright (c) 2017. Ezeclip
*/
namespace App\Services;
class MapService {
// Define Constants
const GOOGLE_API_KEY = "XXXXX";