Installation and Setup

November 14, 2023 ยท View on GitHub

Installation

Install it via Composer

composer require php-collective/file-storage-image-processor

If you want to manually install it we assume you know what you're doing by not using Composer.

Development Tools

We are using Phive for most of the dev tools. This provides a few advantges, mostly that we get away with a lot less dev dependencies that can cause additional conflicts.

To install phpunit and other dev tools run

composer phive

It will download Phive and execute it to install phar versions of these dev tools:

To register grumphp git hooks run

.\bin\grumphp git:init