Nereo Berardozzi
Nereo Berardozzi
No, I didn't. I didn't know that
I revert changes and create a new brach
Finally I've done it :) Now how do I update my master with edits?
Ok. I've done the pull request
For validation do I have to do something like the page below? https://github.com/mybb/mybb2/blob/master/app/Http/Requests/Account/UpdateProfileRequest.php
@euantorano can you help me updating my fork with latest edits? I tried many times but it adds a new commit: https://github.com/chack1172/mybb2/commits/master
@eyabtirabi how do I use Request validation for this? I need the id `$user = $this->userRepository->find($id); ``` $validator = $this->validator->make($request->all(), [ 'name' => 'required|max:255|unique:users,name,'.$user->id, 'email' => 'required|email|max:255|unique:users,email,'.$user->id, 'password' => 'confirmed|min:6',...
user being edited. Could I have an example?
Thanka for your reply, I thought it was a xampp error
Has anybody found a fix for this in 3 years?