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

This package is auto-updated.

Last update: 2024-03-29 02:39:19 UTC


README

This is a file manager to be used w/ NEO F3 CMS

Installation

  1. Install application framework
  2. Install cms framework
  3. Add a composer dependency for this project to root project's composer.json
  4. Run via command line 'composer update'
  5. 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.