logo

Crowdly

Browser

Add to Chrome

Perhatikan potongan kode berikut: $validator = Validator::make($request->all()...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Perhatikan potongan kode berikut:

$validator = Validator::make($request->all(), [

    'judul' => 'required|string',

    'penulis' => 'required|string',

    'tahun_terbit' => 'required|string|max:4',

    'kategori' => 'required|string|max:100',

]);
0%
0%
0%
0%
0%
0%
More questions like this

Want instant access to all verified answers on lms.telkomuniversity.ac.id?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome