Skip to content

Instantly share code, notes, and snippets.

@julianobailao
Created August 31, 2016 18:49
Show Gist options
  • Save julianobailao/3d6a339a3f29af73e10ace062e3b74c2 to your computer and use it in GitHub Desktop.
Save julianobailao/3d6a339a3f29af73e10ace062e3b74c2 to your computer and use it in GitHub Desktop.
Add adress to collection
<?php
$customer->address()->put('secondary_address', new Address('Highway name', 'km 12345', 'City name', 'My state'));
$customer->address()->put('business_address', new Address('Business Street name', '54321', 'City name', 'My state'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment