This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Fibonacci
Hi, I have an experienced to extend plugin by using controller to extend form fields. But how to extend backend administrators since I can't found the backend administrator user controller?
I purpose is want to add categories field as a relationship of my plugin.
Thank you.
Last updated
norotaro
You're going to find the controller in Backend\Controllers\Users
and the model in Backend\Models\User
namespace. I guess that you can extend it like a regular plugin in the boot function.
Last updated
1-3 of 3