Skip to content

Instantly share code, notes, and snippets.

@edyrkaj
edyrkaj / MapService.php
Last active September 24, 2023 15:36
Google Maps API Curl Call - Laravel Service
<?php
/**
* Copyright (c) 2017. Ezeclip
*/
namespace App\Services;
class MapService {
// Define Constants
const GOOGLE_API_KEY = "XXX";