Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 455 Bytes

File metadata and controls

28 lines (19 loc) · 455 Bytes

php-multi-upload

System requirements

  • PHP 7+
  • MySQL 5.6+
  • Linux system?

Installation

  1. Execute the database queries from the sql folder.
  2. Install dependencies:
php composer.phar install
  1. Start php web server from root folder (not document root)
php -S localhost:8080 -t public/

Testing

In the /test folder u can find several tests.

License

The MIT License (MIT).