PHPackages                             mohsenbostan/laravel-secret-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. [File &amp; Storage](/categories/file-storage)
4. /
5. mohsenbostan/laravel-secret-image

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

mohsenbostan/laravel-secret-image
=================================

A package to save images secretly.

v1.2.1(5y ago)2632MITPHPPHP ^7.3

Since Aug 21Pushed 5y ago3 watchersCompare

[ Source](https://github.com/mohsenbostan/laravel-secret-image)[ Packagist](https://packagist.org/packages/mohsenbostan/laravel-secret-image)[ Docs](https://github.com/mohsenbostan/laravel-secret-image)[ RSS](/packages/mohsenbostan-laravel-secret-image/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (4)Versions (8)Used By (0)

Laravel Secret Image
====================

[](#laravel-secret-image)

[![Latest Version on Packagist](https://camo.githubusercontent.com/34dfcf161baa5553e5935cb30aa44d921f68ffbdc50c7390e0f9f6a06faa21d6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6f6873656e626f7374616e2f6c61726176656c2d7365637265742d696d6167652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mohsenbostan/laravel-secret-image)[![Total Downloads](https://camo.githubusercontent.com/55e07435b8a974ec54551ebc942d6f0a20f2401086bf4d42366cbea53eb6aea5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6f6873656e626f7374616e2f6c61726176656c2d7365637265742d696d6167652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mohsenbostan/laravel-secret-image)[![Build Status](https://camo.githubusercontent.com/c2bbe06b9a521f0ec4967f5477ef3156b615e0a772b541d3a59c6202b5ca1f05/68747470733a2f2f7472617669732d63692e636f6d2f6d6f6873656e626f7374616e2f6c61726176656c2d7365637265742d696d6167652e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/mohsenbostan/laravel-secret-image)

This package helps you to save your images secretly and show them just to authenticated users.

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

[](#installation)

You can install the package via composer:

```
composer require mohsenbostan/laravel-secret-image
```

after installing package using composer, you should publish configs:

```
php artisan vendor:publish --provider=Mohsenbostan\LaravelSecretImage\LaravelSecretImageServiceProvider
```

Usage
-----

[](#usage)

**Custom Storage Driver**

you can set a custom storage driver in `config/laravel-secret-image.php`

```
