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

extending the edit form

ToeiRei opened this issue · comments

As I was extending the form for user editing, I got that due to a missing validation here:

"Method [throwValidationException] does not exist on [jeremykenedy\laravelusers\App\Http\Controllers\UsersManagementController]."

which leads to public function store(Request $request)

is there a nice way of extending your form without messing around with the vendor package?