berdidajohnlouise/file-upload

A package for uploading files in php

dev-main 2023-07-02 08:16 UTC

This package is auto-updated.

Last update: 2024-05-01 00:12:02 UTC


README

File Upload Test

A simple file upload that save files to directory and return file path using PHP 7+.

Installation

$ composer require berdidajohnlouise/file-upload

Usage

$filepath = new FileUploader($file, 'your-storage-path');