Skip to content

dennernavarro/laravel-resumable

 
 

Repository files navigation

Using Resumable.js with Laravel

How to Use?

  1. Clone this repo
  2. Run composer install
  3. Run php artisan serve
  4. Create a directory called temp under public directory and give it write permissions. On a Linux you would be doing mkdir public/temp and then sudo chmod -R 777 public/temp

This also has an example on how to use EvaporateJS with Laravel

Go to routes.php file and start from there.

Have fun!

Resumable.js is at http://resumablejs.com/

EvaporateJS is at https://github.com/TTLabs/EvaporateJS

and

Laravel is at http://laravel.com

About

Using Resumable.js with Laravel 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 49.3%
  • JavaScript 40.5%
  • HTML 8.4%
  • CSS 1.8%