Laravel mendapatkan cek permintaan

if (request()->isMethod('get')) {
            abort(403);
        }
Shadow