lamotivo/uploads

There is no license information available for the latest version (v1.4.0) of this package.

A Laravel package to manage uploads

v1.4.0 2022-02-26 08:50 UTC

README

Introduction

A Laravel package to manage uploads for your application.

Works with flowjs/flow-php-server.

Installation

composer require lamotivo/uploads

Then, publish the config

php artisan vendor:publish --provider="Lamotivo\Uploads\UploadServiceProvider" --config

and the migration

php artisan vendor:publish --provider="Lamotivo\Uploads\UploadServiceProvider" --migrations