dev-master
9999999-dev https://github.com/anil2050kumar/makeimageaccess image which is saved in storage
MIT
The Requires
- php >=5.4.0
- illuminate/support 4.2.*
- intervention/image *
by Anil kumar
access image storage
access image which is saved in storage
This package helps in accessing the images which are stored in storage directory of laravel, (*1)
# sudo composer require "anilkumar/makeimage"
app/config/app.php
:'providers' => array( ... 'Anilkumar\Makeimage\MakeimageServiceProvider' )
Suppose an image is stored in this path
ProjectName/app/storage/one.png
, (*2)
You can access that image
<img src='make/image/one.png'>
, (*3)
If image is stored in deep directory structure
ProjectName/app/storage/files/product/images/one.png
, (*4)
You can access that image by replacing '/' with ':'
<img src="make/image/files:product:images:one.png">
, (*5)
Make sure that image should have readable permissions, (*6)
Intervention Image is licensed under the MIT License., (*7)
Copyright 2015 Anil kumar, (*8)
access image which is saved in storage
MIT
access image storage