2017 © Pedro Peláez
 

library laravel-upload-image

Laravel Upload Image

image

invinbg/laravel-upload-image

Laravel Upload Image

  • Wednesday, June 27, 2018
  • by invinbg
  • Repository
  • 0 Watchers
  • 1 Stars
  • 44 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 47 % Grown

The README.md

laravel-upload-image

Installation

You can install this package quickly and easily with Composer., (*1)

Require the package via Composer:, (*2)

$ composer require invinbg/laravel-upload-image

Finally publish the config file:, (*3)

$ php artisan vendor:publish --provider="InviNBG\UploadImage\UploadImageServiceProvider"

Laravel Integration

The Image Cache class supports Laravel integration. Best practice to use the library in Laravel is to add the ServiceProvider and Facade of the Intervention Image Class., (*4)

Open your Laravel config file config/app.php and add the following lines., (*5)

In the $providers array add the service providers for this package., (*6)

'providers' => array(

    [...]

    'Intervention\Image\ImageServiceProvider'
),

Add the facade of this package to the $aliases array., (*7)

'aliases' => array(

    [...]

    'Image' => 'Intervention\Image\Facades\Image'
),

The Versions

27/06 2018

dev-master

9999999-dev https://github.com/invinbg/laravel-upload-image

Laravel Upload Image

  Sources   Download

MIT

The Requires

 

by Avatar invinbg

laravel upload image

27/06 2018

0.0.4

0.0.4.0 https://github.com/invinbg/laravel-upload-image

Laravel Upload Image

  Sources   Download

MIT

The Requires

 

by Avatar invinbg

laravel upload image

13/06 2018

0.0.3

0.0.3.0 https://github.com/invinbg/laravel-upload-image

Laravel Upload Image

  Sources   Download

MIT

The Requires

 

by Avatar invinbg

laravel upload image

24/04 2018

0.0.2

0.0.2.0 https://github.com/invinbg/laravel-upload-image

Laravel Upload Image

  Sources   Download

MIT

The Requires

 

by Avatar invinbg

laravel upload image

23/04 2018

0.0.1

0.0.1.0 https://github.com/invinbg/laravel-upload-image

Laravel Upload Image

  Sources   Download

MIT

The Requires

 

by Avatar invinbg

laravel upload image