jeremykenedy / laravel-users

A Users Management Package that includes all necessary routes, views, models, and controllers for a user management dashboard and associated pages for managing Laravels built in user scaffolding. Built for Laravel 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 6.0, 7.0 and 8.0.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add new columns to save on controller

Darkhyrax opened this issue · comments

Hello there, is there a way to overwrite or clone the usermanagementcontroller into the root project without modify on vendor folder?

I need add some columns and if i change the controller they doesnt upload on the github repository.

Hope you can help me.

Greetings.

Extend the controller and override the route in wed.php to your controller