2017 © Pedro Peláez
 

library laravel-filemanager

A file upload/editor intended for use with Laravel 5 and CKEditor / TinyMCE

image

mikkpokk/laravel-filemanager

A file upload/editor intended for use with Laravel 5 and CKEditor / TinyMCE

  • Wednesday, March 22, 2017
  • by mikkpokk
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1,037 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 291 Forks
  • 0 Open issues
  • 2 Versions
  • 30 % Grown

The README.md

Larvel Filemanager

This package is re-development. Original package has been forked from UniSharp/laravel-filemanager., (*1)

Laravel Filemanager installation

(1) composer require mikkpokk/laravel-filemanager (2) Add new providers into app/config.php file:, (*2)

IntEServices\Laravelfilemanager\LaravelFilemanagerServiceProvider::class,
Intervention\Image\ImageServiceProvider::class,

(3) Add class alias into app/config.php file:, (*3)

'Image' => Intervention\Image\Facades\Image::class,

(4) Publish the package’s config and assets, (*4)

php artisan vendor:publish --tag=lfm_config
php artisan vendor:publish --tag=lfm_public

(5) Ensure that the files & images directories (in config/lfm.php) are writable by your web server(run commands like chown or chmod)., (*5)

v1.7.1 released

  • Mime type: image/svg upload problem has been fixed

Features

  • CKEditor and TinyMCE integration
  • Standalone button
  • Uploading validation
  • Cropping and resizing of images
  • Public and private folders for multi users
  • Customizable routes, middlewares, views, and folder path
  • Supports two types : files and images. Each type works in different directory.
  • Supported locales : ar, bg, de, el, en, es, fa, fr, he, hu, nl, pl, pt-BR, pt_PT, ro, ru, tr, zh-CN, zh-TW

Pull requests are welcome!, (*6)

Credits

Special thanks to, (*7)

The Versions

22/03 2017

dev-master

9999999-dev

A file upload/editor intended for use with Laravel 5 and CKEditor / TinyMCE

  Sources   Download

MIT

The Requires

 

The Development Requires

by Trevor Sawler
by Mikk Pokk

laravel file upload ckeditor tinymce image manager filemanager

22/03 2017

v1.7.2

1.7.2.0

A file upload/editor intended for use with Laravel 5 and CKEditor / TinyMCE

  Sources   Download

MIT

The Requires

 

The Development Requires

by Trevor Sawler
by Mikk Pokk

laravel file upload ckeditor tinymce image manager filemanager