Laravel's filesystem configuration file is located at config/filesystems.php. Even better, it's amazingly simple to switch between these storage options between your local development machine and production server as the API remains the same for each system.
The Laravel Flysystem integration provides simple drivers for working with local filesystems, SFTP, and Amazon S3. Laravel provides a powerful filesystem abstraction thanks to the wonderful Flysystem PHP package by Frank de Jonge.