Extending User Plugin
In this episode we are going to extend User plugin for October CMS with two additional fields.
Now that we know how to work with user plugin we can extend it to save a bit more information about our users.
We are going to add facebook and biography fields to our users. To do that we are going to have to get at least a little bit familiar with Laravel migrations to add those two fields to our database. Once that is done we will use extendFormFields
function to add new fields to the form on the backend.