Skip to content

trngl8/file-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Uploader

A library to build upload system, written on PHP and JavaScript.

Installation

  1. Clone this repository to the source directory
  2. In the source directory:
composer install
mkdir -p var
mkdir -p upload

Testing

touch var/test.txt
php vendor/bin/phpunit tests