Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 985 Bytes

Installation-and-Setup.md

File metadata and controls

35 lines (23 loc) · 985 Bytes

Installation and Setup

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