Skip to content

Integration of jQuery file uploader > blueimp/jQuery-File-Upload with Laravel and tinyMCE

License

Notifications You must be signed in to change notification settings

hmmgo/laravel-tinyMCE-jQueryFileUpload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

laravel-tinyMCE

These are the example files to setup a basic jQuery upload file based on blueimp > https://github.com/blueimp/jQuery-File-Upload tinyMCE > https://github.com/tinymce/tinymce and Laravel > https://github.com/laravel/laravel

#How to setup

  1. Add upload controller into your controller.
  2. Create a view file for upload the files.
  3. Add route in route file.
  4. Add all necessary js to public folder and link it to view file.
  5. Customize the included file for your need

#Requirements

Tested on Laravel 5.1, tinyMCE 4.3.2 and Latest blueimp > File-Upload

#License

Licensed under MIT license. All other framework, library or code licensed under their respective license. Remeber that tinyMCE has Open Source (LGPL 2.1) which is different from MIT license.

About

Integration of jQuery file uploader > blueimp/jQuery-File-Upload with Laravel and tinyMCE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages