neopangea / f3-mod-cms-files
There is no license information available for the latest version (2.0.2) of this package.
CMS file manager module
2.0.2
2016-05-12 21:00 UTC
Requires
- php: >=5.3.0
- neopangea/f3-mod-cms: >=2.0.0
- neopangea/php-library: >=1.0.3
This package is auto-updated.
Last update: 2025-03-29 00:29:58 UTC
README
This is a file manager to be used w/ NEO F3 CMS
Installation
- Install application framework
- Install cms framework
- Add a composer dependency for this project to root project's composer.json
- Run via command line 'composer update'
- Done!
Usage
Once installed a Files node will appear in CMS menu system. Click it and work w/ the (hopefully) intuitive interface.
Configuration
- By default all uploaded files will placed in the root app's /public/uploads/content directory. To change this behavior add NEO_CMS_FILES_UPLOAD_PATH = to the root app's /config/common.ini file. Note: use web root relative (no leading slash) path.