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:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, yet powerful, providing tools needed for large, robust applications.
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 .
- composer install
- Add your Amazon S3 bucket token in .env file.
- Yuyuan Z.