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

Method [throwValidationException] does not exist

titleistfour opened this issue · comments

Hello,

I'm using the latest version of this package and Laravel 5.5.32. I'm getting this error when trying to validate creating a new user or editing an existing user.

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

This is an excellent and very useful package. It is quite common to need some type of user management. Thanks for the work on this.

Jay

commented

I created a pull request to fix this.

Jason

Fixed in PR #5

Thank you

This fixed the issue. Thank you @swimlappy and @jeremykenedy !