joanvt/imagepicker

It creates a Laravel integration for ImagePicker (https://codecanyon.net/item/imagepicker-uploader-webcam-cropper/6722532)
93 4
Install
composer require joanvt/imagepicker
Latest Version:0.1.1
PHP:>=5.5.6
Last Updated:Sep 26, 2017
Links: GitHub  ·  Packagist
Maintainer: Joanvt

ImagePicker by JoanVt

Image cropper for Laravel 5.4 You must get ImagePicker from Envato - ImagePicker

Just 14$ and you will get a nice jQuery plugin for uploading and cropping images.

Installation

composer require joanvt/imagepicker

Required editions

This package has a few improvements respect to the server files provided by ImagePicker. So it means you have to change a few things. I can't upload the jquery files because it belongs to ImagePicker (get it bro) and I am here to help to integrate this to Laravel and not to steal!

jquery.imagepicker.js

Line ~411: imagePreview = this.options.url + '?action=preview&file=' + image.name + '&width=800'

into this: (just add &path?'+image.path)

imagePreview = this.options.url + '?action=preview&file=' + image.name + '&width=800&path='+image.path;

Things to understand

You can try to follow the original documentation from Hazzardweb But I am introducing new features for a improved architecture for storing images with Laravel Flysystem.

i.e: upload_dir now refers to Storage Disk Laravel Filesystem

todo

  • wiki
  • Create Unit Tests
  • More Integrations with other Croppers

Done

  • Uploading Images
  • Retrieving Images
  • Rotate Images

Related Packages

yajra/laravel-datatables-html

Laravel DataTables HTML builder plugin

11,021,019 287
yajra/laravel-datatables-buttons

Laravel DataTables Buttons Plugin.

10,444,890 256
yajra/laravel-datatables-oracle

jQuery DataTables API for Laravel

37,829,428 4,868
proengsoft/laravel-jsvalidation

Validate forms transparently with Javascript reusing your Laravel Validation Rul...

2,433,824 1,140
efficiently/jquery-laravel

This package provides jQuery and the jQuery-ujs driver for your Laravel >= 5.1 a...

11,383 13