PHPackages                             hareku/laravel-profile-image - 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. [Image &amp; Media](/categories/media)
4. /
5. hareku/laravel-profile-image

AbandonedArchivedLibrary[Image &amp; Media](/categories/media)

hareku/laravel-profile-image
============================

Laravel 5 profile image system

2.1.0(8y ago)2781MITPHPPHP &gt;=7.1

Since Jun 26Pushed 8y ago1 watchersCompare

[ Source](https://github.com/hareku/laravel-profile-image)[ Packagist](https://packagist.org/packages/hareku/laravel-profile-image)[ RSS](/packages/hareku-laravel-profile-image/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (8)Versions (9)Used By (0)

Laravel 5 Profile Image System
==============================

[](#laravel-5-profile-image-system)

This package helps you to add profile image system to your project.
It works if the driver supported by FileSystem. (AWS S3, Rackspace, Public disc)

Caution
-------

[](#caution)

- *Support Laravel 5.4~*
- *Required php &gt;=7.1*

Installation
------------

[](#installation)

Run `composer require hareku/laravel-profile-image`

Include the service provider within `config/app.php`.

```
'providers' => [
    Hareku\LaravelProfileImage\ProfileImageServiceProvider::class,
];
```

Publish the config file. (config/profile-image.php)

```
$ php artisan vendor:publish --provider="Hareku\LaravelProfileImage\ProfileImageServiceProvider"
```

Usage
-----

[](#usage)

### Example config

[](#example-config)

```
