Download the PHP package salmanbe/resize without Composer
On this page you can find all versions of the php package salmanbe/resize. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download salmanbe/resize
More information about salmanbe/resize
Files in salmanbe/resize
Package resize
Short Description This easy to use library uploads, validates, resize, watermark and save images to disk.
License MIT
Homepage https://github.com/salmanbe/resize
Informations about the package resize
Perfect Image Resize
This easy to use library to uploads, validates, resize, watermark and save images to disk.
Depenencies
You must install following packages before installing this package.
Laravel Installation
Install using composer:
There is a service provider included for integration with the Laravel framework. This service should automatically be registered else to register the service provider, add the following to the providers array in config/app.php
:
You can also add it as a Facade in config/app.php
:
Global Configuration
Run php artisan vendor:publish --provider="Salmanbe\Resize\ResizeServiceProvider"
to publish configuration file.
Basic Usage
Add use Salmanbe\Resize\Resize;
or use Resize;
at top of the class where you want to use it. Then
Full Documentation
Follow the link for installation, configuration, options and code examples.
Uninstall
First remove Salmanbe\Resize\ResizeServiceProvider::class,
and
'Filename' => Salmanbe\Resize\Resize::class,
from config/app.php
if it was added.
Then Run composer remove salmanbe/resize
License
This library is licensed under THE MIT License. Please see License File for more information.
Security contact information
To report a security vulnerability, follow these steps.