Closed ryanrapini closed 3 years ago
That might be due to the fact, that those custom attributes are not in the models fillable array. You would need to create your own model and extending the package's Address model. I was planning to add that "custom_model" feature anyway soon, but feel free to open a pull request.
PR sent, feel free to change my variable names and/or critique my code, i'm a newbie to Laravel dev.
Is there a way to add custom attributes to the Address table? In the past I thought I was able to do so but it seems if I add anything else now in the attributes list, it is stored as NULL.