Download the PHP package mohsenbostan/laravel-secret-image without Composer
On this page you can find all versions of the php package mohsenbostan/laravel-secret-image. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mohsenbostan/laravel-secret-image
More information about mohsenbostan/laravel-secret-image
Files in mohsenbostan/laravel-secret-image
Package laravel-secret-image
Short Description A package to save images secretly.
License MIT
Homepage https://github.com/mohsenbostan/laravel-secret-image
Informations about the package laravel-secret-image
Laravel Secret Image
This package helps you to save your images secretly and show them just to authenticated users.
Installation
You can install the package via composer:
after installing package using composer, you should publish configs:
Usage
Custom Storage Driver
you can set a custom storage driver in config/laravel-secret-image.php
Custom Middlewares
you can set custom middlewares to protect images in config/laravel-secret-image.php
Save Single Secret Image
saveSingleImage
method will save image and return the image path.
Save Multiple Secret Images
saveMultiImages
method will save all images and return the images' path.
Get Secret Image Url
getImageUrl
method will return image url.
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Mohsen Bostan
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-secret-image with dependencies
illuminate/support Version ^6.0 || ^7.0 || ^8.0
intervention/image Version ^2.5