open-admin
open-admin copied to clipboard
Publish / override default vendor controller and other files
Hi there,
I am looking for a way to override the base \vendor\open-admin-org\open-admin\src\Controllers\UserController.php file and some other default vendor files. I have added, renamed, and extended a file called \app\Admin\Controllers\MyUserController.php to attempt to do this, but without success. Is there a way to bulk publish these files, or to add them manually?
I already did it with some of the views templates: https://github.com/open-admin-org/open-admin/issues/101
Thank you in advance.