All public logs
From DocsMaulana
Combined display of all available logs of DocsMaulana. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:58, 23 January 2024 103.18.76.205 talk created page Basic Register Laravel API (Created page with " public function register(Request $request): JsonResponse { $validator = Validator::make($request->all(), [ 'name' => 'required', 'email' => 'required|email', 'password' => 'required', ]); if($validator->fails()){ return $this->sendError('Validation Error.', $validator->errors()); } $input = $request->all(); $input['password'] = bcrypt($inpu...") Tag: Visual edit