Error
Class "finfo" not found
at vendor/league/mime-type-detection/src/FinfoMimeTypeDetector.php:48
44▕ ExtensionToMimeTypeMap $extensionMap = null,
45▕ ?int $bufferSampleSize = null,
46▕ array $inconclusiveMimetypes = self::INCONCLUSIVE_MIME_TYPES
47▕ ) {
➜ 48▕ $this->finfo = new finfo(FILEINFO_MIME_TYPE, $magicFile);
49▕ $this->extensionMap = $extensionMap ?: new GeneratedExtensionToMimeTypeMap();
50▕ $this->bufferSampleSize = $bufferSampleSize;
51▕ $this->inconclusiveMimetypes = $inconclusiveMimetypes;
52▕ }
+29 vendor frames
30 artisan:37
Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))