This project is an example usage for ByteArk Qoder Web SDK to let your users upload videos to ByteArk Qoder.
- Clone this project.
- Run
composer install
. - Point your web server to
public
directory, or runphp -S localhost:8000 -t public/
to start development server at localhost:8000.