Please check this URL is working for me. http://image.intervention.io/getting_started/installation#laravel
run this below command on CMD : php composer.phar require intervention/image
Add this line to config/app.php
Intervention\Image\ImageServiceProvider::class
'Image' => Intervention\Image\Facades\Image::clas
and Laravel 5:
php artisan vendor:publish --provider="Intervention\Image\ImageServiceProviderLaravel5"
Laravel 4:
php artisan config:publish intervention/image