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).

Logs
  • 22:49, 23 January 2024 103.18.76.205 talk created page Global respon di laravel (Created page with "# masukan kode respon ini di file controller.php<blockquote>public function sendResponse($result, $message)     {         $response = [             'success' => true,             'data'    => $result,             'message' => $message,         ];         return response()->json($response, 200);     }     public function sendError($error, $errorMessages = [], $code = 404)     {         $response = [            ...") Tag: Visual edit