rajivseelam / laravel-resumable

Using Resumable.js with Laravel 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:PHP 56.8%Language:JavaScript 41.3%Language:CSS 1.8%