PHP code example of plugrbase / statamic-google-places-field

1. Go to this page and download the library: Download plugrbase/statamic-google-places-field 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/ */

    

plugrbase / statamic-google-places-field example snippets


{{ g_place_data data="{ google_place.content }" }}
    {{ adr_address }}
    {{ business_status }}
{{ /g_place_data }}
bash
php artisan vendor:publish --provider="Plugrbase\GooglePlacesField\ServiceProvider"