viewflex's avatar

viewflex started a new conversation+100 XP

2w ago

Filament Address Pro — complete international address management for Filament (v1.0)

I've just released v1.0 of Filament Address Pro, a package that handles the full international address problem for Filament apps — not just a form component, but the complete system.

What's included:

  • Country-aware address forms for 256 countries and territories (17k+ subdivisions)
  • Three input modes: Google Places autocomplete, freeform with auto-geocoding, or manual entry
  • Address verification and standardization via USPS, Google Maps, or Smarty
  • Polymorphic Address model, bulk verify, import/export, quality scoring, audit log, admin panel

Drop it into any Filament resource in a few lines:

// Add the trait to any model
class User extends Model
{
  use HasAddresses;
}
// Add the form to your Filament resource
AddressForm::make()->relationship('address')

Full docs - docs.viewflex.net/filament-address-pro

Live demo and pricing - viewflex.net/packages/premium/filament-address-pro

Happy to answer questions here or in the Filament Discord.