Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.