Installation

Dependencies

Server Requirements

Steps

1- Require the package via Composer in your composer.json.

$ composer require folklore/image

2- Add the service provider to your app/config/app.php file

Folklore\Image\ImageServiceProvider::class,

3- Add the facade to your app/config/app.php file

'Image' => Folklore\Image\Facades\Image::class,

4- Publish the configuration file and public files

$ php artisan vendor:publish --provider="Folklore\Image\ImageServiceProvider"

5- Review the configuration file at config/image.php

results matching ""

    No results matching ""