Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.95 KB

File metadata and controls

35 lines (24 loc) · 1.95 KB

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:

Laravel is accessible, yet powerful, providing tools needed for large, robust applications.

Description of this app

This Laravel application is to upload a zip file to local storage and unzip it on local storage, upload an unziped file to Amazon S3 bucket by using Laravel chunked upload package and resumable.js .

Usages

  • composer install
  • Add your Amazon S3 bucket token in .env file.

Contributing

  • Yuyuan Z.