How can i add custom field in user/any module?



  • Hi bagisto
    I am newbie & I have downloaded and setup the things in my machine. gone through the entire product and documentation. it's much cool. Indeed I don't know about customization and have to add custom fields to user module so I just want to know how can i add new fields to user module.



  • @sagar-patel
    You need to create separate package for this , create a migration file in your package to add new columns in user table, then override user model.


Log in to reply