PHPackages                             roopchandkashyap/laravel-eloquent-files-with-aws-s3 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. roopchandkashyap/laravel-eloquent-files-with-aws-s3

ActiveLibrary[File &amp; Storage](/categories/file-storage)

roopchandkashyap/laravel-eloquent-files-with-aws-s3
===================================================

File Handling with Eloquent Models and AWS Bucket S3 in Laravel

024PHP

Since Apr 30Pushed 7y agoCompare

[ Source](https://github.com/roopchandkashyap/laravel-eloquent-files-with-s3)[ Packagist](https://packagist.org/packages/roopchandkashyap/laravel-eloquent-files-with-aws-s3)[ RSS](/packages/roopchandkashyap-laravel-eloquent-files-with-aws-s3/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Eloquent Files with AWS storage S3 Bucket Config
================================================

[](#eloquent-files-with-aws-storage-s3-bucket-config)

Installation using Composer:

`composer require roopchandkashyap/laravel-eloquent-files-with-aws-s3`

Usage:

In your eloquent model use `\roopchandkashyap\EloquentFiles\HasFile` trait and create a method for accessing file like below:

```
