PHP code example of romkaltu / livewire-google-places-autocomplete
1. Go to this page and download the library: Download romkaltu/livewire-google-places-autocomplete 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/ */
romkaltu / livewire-google-places-autocomplete example snippets
return [
];
$livewireGooglePlacesAutocomplete = new RomkaLTU\LivewireGooglePlacesAutocomplete();
echo $livewireGooglePlacesAutocomplete->echoPhrase('Hello, RomkaLTU!');
bash
php artisan vendor:publish --tag="livewire-google-places-autocomplete-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="livewire-google-places-autocomplete-views"