https://github.com/pgooood/filger
Filger is a TinyMCE file manager/uploader for a LAMP platform.
https://github.com/pgooood/filger
filemanager php tinymce
Last synced: 6 months ago
JSON representation
Filger is a TinyMCE file manager/uploader for a LAMP platform.
- Host: GitHub
- URL: https://github.com/pgooood/filger
- Owner: pgooood
- License: apache-2.0
- Created: 2016-03-21T18:24:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-25T08:49:44.000Z (over 3 years ago)
- Last Synced: 2025-02-13T05:05:50.898Z (8 months ago)
- Topics: filemanager, php, tinymce
- Language: PHP
- Homepage: http://pgood.space/filger/
- Size: 882 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Filger
Filger is a TinyMCE file manager/uploader for a LAMP platform. [Demo page](http://pgood.space/filger/)## Installation
### Requirements
TinyMCE 5 and PHP 5.6 or higher is required for Filger to work properly. As for other PHP extensions, XSL and Gettext are required.### Basic Installation
1. Unpack the zip file and upload it to your web server. For example: /www/filger/
2. Open /www/filger/assets/xml/config.xml in your favorite text editor and configure it exactly as you might want it.
3. Open the Filger in a browser. For example: http://localhost/filger/.
4. Filger offers you download jQuery File Upload. Follow the instructions in the installer, it will download and unzip the jQuery File Upload archive for you.You can translate Filger to your language. Copy /www/filger/locale/ru_RU/LC_MESSAGES/default.po to /www/filger/locale/your_locale/LC_MESSAGES/default.po and translate it with [Poedit](https://poedit.net/) then change language in include/config.php.
## Usage
```js
tinymce.init({
selector: 'textarea.tinymce'
,height: 300
,plugins: ['link image code']
,toolbar: 'link image | code'
,external_plugins: {
'filger': '/assets/js/filger.tinymce.plugin.js'
}
});
```## Support
I am happy to provide support, so if you need a hand fill in feedback form at http://pgood.space/#feedback-form or use Github Issues https://github.com/pgooood/filger/issues