zdenekgebauer / gstbrowser-connector-php
PHP server connector for gstbrowser
dev-master
2014-03-14 15:27 UTC
Requires
- php: >=5.3.1
- ext-gd: *
- ext-iconv: *
This package is auto-updated.
Last update: 2024-10-27 03:26:27 UTC
README
Server side part of gstbrowser (filemanager for TinymCE, CKEditor and web apps, https://github.com/zdenekgebauer/gstbrowser)
Instalation
Manual instalation
- Make a clean directory, this directory must be accessible via url.
- Download zip with latest version from github file and unpack its contents to the same directory.
Or you can clone repository to the same directory.
Instalation via composer
Add to composer.json
"require": {
"zdenekgebauer/gstbrowser-connector-php": "dev-master"
},
then
composer install
Configuration
Rename config_dist.php to config.php and adjust the settings according to your needs. You have to set at least $gstbrowserConf['default']['root_dir']. You can create more sections with different configurations