PHP code example of silvanite / nova-field-place

1. Go to this page and download the library: Download silvanite/nova-field-place 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/ */

    

silvanite / nova-field-place example snippets


PlaceExtended::make('Address', 'address_line_1')
    ->secondAddressLine('address_2')
    ->city('city_name')
    ->state('state_code')
    ->postalCode('zip_code')
    ->latitude('latitude')
    ->longitude('longitude')
    ->country('country_code')