Download the PHP package elsayednofal/imagemanager without Composer
On this page you can find all versions of the php package elsayednofal/imagemanager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download elsayednofal/imagemanager
More information about elsayednofal/imagemanager
Files in elsayednofal/imagemanager
Package imagemanager
Short Description package for ImageManager
License proprietary
Informations about the package imagemanager
ImageManager
Image manger to mange upload and select image with one line of code
Installation
- run this command
composer require elsayednofal/imagemanager:3.0
- add service provider to you app config in path config/app.php
Elsayednofal\Imagemanager\ImageManagerServiceProvider::class
- in alias add the line
'ImageManager' => Elsayednofal\Imagemanager\Controllers\MediaController::class,
- run command
php artisan vendor:publish
- run command
php artisan migrate
Config
- edit configration from file config/image-manager
- you can change view from backend/image-manager
Usage
1- add {!! ImageManager::loadAssets() !!}
befor