Commit 4d0ba028 by Bagus Pambudi

fix gallery wajib upload, edit gallery

parent 48f5cadf
......@@ -107,7 +107,7 @@ class GalleryController extends Controller
], [
'title.required' => 'Nama gallery wajib diisi',
// 'title.max' => 'Nama gallery terlalu panjang',
'gallery.required' => 'Gambar wajib diupload',
// 'gallery.required' => 'Gambar wajib diupload',
'gallery.mimes' => 'File yang diupload harus berupa JPG, JPEG, dan PNG',
'gallery.max' => 'Ukuran gambar maksimal 3 MB'
]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment