2017 © Pedro PelĂĄez
 

phile-plugin phile-serve-content-files

Plugin for PhileCMS to serve files from the content/ directory

image

siezi/phile-serve-content-files

Plugin for PhileCMS to serve files from the content/ directory

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Serve Content Files Plugin for PhileCMS

Build Status, (*1)

This plugin tries some magicℱ to directly serve additional files from the content/ directory:, (*2)

  • change HTML output and insert content/ if it's missing in URLs
  • serve requests without content/ in URL from the content/ directory

Note: This plugin trades some performance (potentially serving files through PHP) for convenience (no need to fiddle with the server or content files)., (*3)

Project Home, (*4)

1.1 Installation (composer)

"require": {
   "siezi/phile-serve-content-files": "*"
}

1.2 Installation (Manual Download)

  • Install Phile
  • copy this plugin into plugins/siezi/phileServeContentFiles

2. Activation

After you have installed the plugin you need to activate it. Add the following line to Phile's root config.php file:, (*5)

$config['plugins']['siezi\\phileServeContentFiles'] = ['active' => true];

3. Configuration

See plugin config.php file., (*6)

The Versions

04/03 2015

dev-master

9999999-dev https://github.com/Schlaefer/phileServeContentFiles

Plugin for PhileCMS to serve files from the content/ directory

  Sources   Download

MIT

The Requires

 

content phile

04/03 2015

0.1.1

0.1.1.0 https://github.com/Schlaefer/phileServeContentFiles

Plugin for PhileCMS to serve files from the content/ directory

  Sources   Download

MIT

The Requires

 

content phile

04/03 2015

0.1

0.1.0.0 https://github.com/Schlaefer/phileServeContentFiles

Plugin for PhileCMS to serve files from the content/ directory

  Sources   Download

MIT

The Requires

 

content phile