Download the PHP package siezi/phile-serve-content-files without Composer
On this page you can find all versions of the php package siezi/phile-serve-content-files. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download siezi/phile-serve-content-files
More information about siezi/phile-serve-content-files
Files in siezi/phile-serve-content-files
Download siezi/phile-serve-content-files
More information about siezi/phile-serve-content-files
Files in siezi/phile-serve-content-files
Vendor siezi
Package phile-serve-content-files
Short Description Plugin for PhileCMS to serve files from the content/ directory
License MIT
Homepage https://github.com/Schlaefer/phileServeContentFiles
Package phile-serve-content-files
Short Description Plugin for PhileCMS to serve files from the content/ directory
License MIT
Homepage https://github.com/Schlaefer/phileServeContentFiles
Please rate this library. Is it a good library?
Informations about the package phile-serve-content-files
Serve Content Files Plugin for PhileCMS
This plugin tries some magic™ to directly serve additional files from the content/
directory:
- change HTML output and insert
content/
if it's missing in URLs - serve requests without
content/
in URL from thecontent/
directory
Note: This plugin trades some performance (potentially serving files through PHP) for convenience (no need to fiddle with the server or content files).
1.1 Installation (composer)
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:
3. Configuration
See plugin config.php
file.
All versions of phile-serve-content-files with dependencies
PHP Build Version
Package Version
Requires
phile-cms/phile Version
^1.11
phile-cms/plugin-installer-plugin Version ^1.0 || dev-develop
phile-cms/plugin-installer-plugin Version ^1.0 || dev-develop
The package siezi/phile-serve-content-files contains the following files
Loading the files please wait ....