Skip to content

Instantly share code, notes, and snippets.

@ilyasozkurt
Created February 16, 2023 08:04
Show Gist options
  • Save ilyasozkurt/91865111a490186db50a95abcc67b3e4 to your computer and use it in GitHub Desktop.
Save ilyasozkurt/91865111a490186db50a95abcc67b3e4 to your computer and use it in GitHub Desktop.
<?php
use App\Rules\ScanFile;
$request->validate([
'file' => ['required', 'file', new ScanFile],
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment