This repo contains full example for laravel-chunk-upload package.
You can choose which version of laravel you are using.
Full example with at laravel-5-4 branch
composer install
npm install
npm run dev
cp .env.example .env
php artisan key:generate
Optionally serve with php artisan serve
Open the root page http://localhost:8000
and open the desired examples.
- Controller - dynamic usage at ./app/Http/Controllers/UploadController.php
- Views at ./resources/views/example/ - Here you can find basic layout for the providers.
- Javascripts at ./resources/assets/js/ - Here you can find the initial setup for the providers.
laravel-chunk-upload-example was written by Martin Kluska and is released under the MIT License.
Copyright (c) 2017 Martin Kluska