Download the PHP package wamesk/laravel-nova-address-field without Composer
On this page you can find all versions of the php package wamesk/laravel-nova-address-field. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wamesk/laravel-nova-address-field
More information about wamesk/laravel-nova-address-field
Files in wamesk/laravel-nova-address-field
Download wamesk/laravel-nova-address-field
More information about wamesk/laravel-nova-address-field
Files in wamesk/laravel-nova-address-field
Vendor wamesk
Package laravel-nova-address-field
Short Description Laravel Nova Address field
License proprietary
Package laravel-nova-address-field
Short Description Laravel Nova Address field
License proprietary
Please rate this library. Is it a good library?
Informations about the package laravel-nova-address-field
Laravel Nova Address field
- Save address in one JSON database column
- Personal or business address
- Google Maps Autocomplete
Requirements
laravel/nova: ^5.0
Installation
Usage
Settings
Parameter | Description |
---|---|
countryList(['sk' => 'Slovakia']) |
Custom country list |
onlyCompany() |
Show only company address |
withoutCompany() |
Show only personal address |
withoutAddressSuggestions() |
Without address suggestions if set Google Maps API key |
defaultShowCompany() |
Show default company tab |
withoutName() |
Without personal user name |
withPhone() |
Show phone input |
withGPS() |
Show latitude and longitude inputs |
Cast
Setting casts in model
In one model, there can be more address columns
Attributes
Repeatable field
Package is also compatible with Nova repeatable field
Google address autocomplete
If you add the Google Maps API key from [https://console.cloud.google.com/]() to the .env
, you can search for addresses
It also stores the place coordinates latitude
and longitude
.
Helper
Helpers for preparing a fake address, returned AddressCast
All versions of laravel-nova-address-field with dependencies
PHP Build Version
Package Version
Requires
interaction-design-foundation/nova-html-card Version
^3.4
laravel/nova Version ^4.0|^5.0
rinvex/countries Version ^9.0
laravel/nova Version ^4.0|^5.0
rinvex/countries Version ^9.0
The package wamesk/laravel-nova-address-field contains the following files
Loading the files please wait ....