priskz/fyler

A SORAD service built to streamline file processing and handling.

0.0.1 2018-04-20 05:56 UTC

This package is auto-updated.

Last update: 2024-05-14 12:28:54 UTC


README

Purpose

This package is a SORAD service for streamlining file processing and handling.

Install via Composer

Add the following to your "require" schema:

"require": {
     "priskz/fyler": "~0.0.1"
}

Run composer install

Add Fyler' => 'Fyler\Laravel\Facade', to the 'aliases' aka facades in /app/laravel/config/app.php to register the newly added service facade.