Download the PHP package nour/images without Composer
On this page you can find all versions of the php package nour/images. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package images
Images
Manage images with different entities
Requirements
- PHP >=5.4
- Fileinfo Extension
Supported Image Libraries
- GD Library (>=2.0)
- Imagick PHP extension (>=6.5.7)
Installation
composer require nour/images
After you have installed Intervention Image, open your Laravel config file config/app.php and add the following lines.
In the $providers array add the service providers for this package.
Nour\Images\Providers\ImagesServiceProvider::class,
add Imageable
in each model you want use image manager with it.
- ex:
use Notifiable,Imageable;
php artisan migrate
Code Examples
Storage
in each model add :
protected $photoPath="{path}";
ex:
protected $photoPath="user";
All images store in :
public\images\$photoPath
- please create a correct folder path
All versions of images with dependencies
PHP Build Version
Package Version
Requires
intervention/image Version
2.4
The package nour/images contains the following files
Loading the files please wait ....