PHP code example of realtydev / laravel-placekey

1. Go to this page and download the library: Download realtydev/laravel-placekey library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

realtydev / laravel-placekey example snippets


use LaravelPlacekey;

LaravelPlacekey::getPlacekeyForAddress(
  "1543 Mission Street, Floor 3",
  "San Francisco",
  "CA",
  "94105", 
  "US"
);
bash
php artisan placekey:install"
bash
php artisan vendor:publish --tag="placekey-config"