jeudi 1 juin 2017

Laravel 5 validation mimes also checks the content of the file

Does the Laravel validation also checks the content of the file if it's real an image?

I can't find this :(

    $this->validate($request, [
        'title' => 'required',
        'image' => 'max:1000|mimes:jpeg,bmp,png',
    ]);



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire