how to create and Customer custom attribute
-
Hi,
I have a requirement where we need to create a custom attribute for customer and store it at the time of registration and profile update. Attribute we can create with migration but we are not sure on how to save the values as we need to update the fillable array and we don't want to go with override model approach(not event sure if that will work). Is there any better solution? -
Hi there,
For this you need to done changes on code, because we can not create attributes for the customer. -
Hi there,
We can not create custom attributes for the customer in Bagisto.
So for this you need to customize the code. -
Hello Sanjay,
I know we can not create attributes in bagisto. Am looking for a correct approach for the customization that does not get affected when we upgrade bagisto -
@samparker said in how to create and Customer custom attribute:
I know we can not create attributes in bagisto. Am looking for a correct approach for the customization that does not get affected when we upgrade bagisto
Hi there,
Which version of Bagisto are you using?