Laravel-Addresses icon indicating copy to clipboard operation
Laravel-Addresses copied to clipboard

Simple address and contact management for Laravel.

Results 5 Laravel-Addresses issues
Sort by recently updated
recently updated
newest added

I noticed the [Contact model](https://github.com/Lecturize/Laravel-Addresses/blob/master/src/Models/Contact.php#L35) has the `HasCountry` trait Should this be there? I don't see a country ID in the DB. I would assume the country should only be...

There are many issues with attempting to set up the seeder and migration for [webpatser/laravel-countries](https://github.com/webpatser/laravel-countries) on laravel 7.x|8.x applications which require some elbow grease and workarounds and cannot be automated...

while migrating issue in renaming note to notes. add attribute to address

Hi there, In the documentation I see the following code for updating an existing address: `$post->updateAddress($address, $new_attributes);` So I added a variable to update the street address. Like this: ```...

When changing the 'columns' key in the config file to 'flags', a few config references were missed in the Address and Contact model. The Contact model was also referencing the...