Hi.
Is there any way to modify the existing User model to add new attributes and functions without altering the User class itself. I think this can be achieved via plugins, but I don’t know how to begin.
I have modified the users table to add a new column and I want this column to be accessible in the front-end.
Any help will be appreciated.