Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
$image->exif() は null を返しますが、exif_read_data($path) は必要なすべての情報を返します。常にローカル ファイルを持っているとは限らないため、介入を使用したいと思います。何か案は?
Laravel 5.8 での変更
Image::make(Storage::get($fl))->exif();
と
Image::make(Storage::path($fl))->exif();