Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.1 KB

Installation-and-Setup.md

File metadata and controls

43 lines (28 loc) · 1.1 KB

Installation and Setup

Installation

Install it via Composer

composer require phauthentic/file-storage

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

Image processing feature installation

To use the image processing feature you'll need to add this repository as well:

composer require phauthentic/file-storage-image-processor

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