Resmi dökümantasyona baktınız.
http://laravel.com/docs/5.1/requests#files
Oradan bir örnek :
$size = Storage::size('file1.jpg');
L5'de dosyalarla çalışmak şuana kadar nasip olmadı.
Laravel provides a powerful filesystem abstraction thanks to the wonderful Flysystem PHP package by Frank de Jonge. The Laravel Flysystem integration provides simple to use drivers for working with local filesystems, Amazon S3, and Rackspace Cloud Storage. Even better, it's amazingly simple to switch between these storage options as the API remains the same for each system.
L5 dosya işlemlerinin tek bir kütüphane üzerinde toplayan Flysystem composer paketini kullanıyor.
Bu paketin APİ dokumanı da basit örnekler var:
http://flysystem.thephpleague.com/api/