Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c33s/c33sstaticplugin
Symfony 1.x Plugin for serving Static pages.
https://github.com/c33s/c33sstaticplugin
Last synced: about 1 month ago
JSON representation
Symfony 1.x Plugin for serving Static pages.
- Host: GitHub
- URL: https://github.com/c33s/c33sstaticplugin
- Owner: c33s
- License: mit
- Created: 2011-09-28T19:14:04.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-02-19T23:02:06.000Z (over 10 years ago)
- Last Synced: 2023-03-13T20:55:37.478Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 128 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
c33sStaticPlugin
====================[![project status](http://stillmaintained.com/c33s/c33sStaticPlugin.png)](http://stillmaintained.com/c33s/c33sStaticPlugin)
c33sStaticPlugin provides an easy way to serve static pages. The plugin is based upon http://trac.symfony-project.org/wiki/HowtoServeStaticContent
Requirements
------------- symfony 1.4 (could work with previous versions too, untested) - http://www.symfony-project.org/
Installation
------------* Install plugin in `/plugins/c33sStaticPlugin` using GIT, SVN or whatever you like
* Enable plugin in `/config/ProjectConfiguration.class.php```` php
enablePlugins('c33sStaticPlugin');
...
}
}
```Usage
-----The plugin automatically registers its route as catch-all route.