PhlySimplePage icon indicating copy to clipboard operation
PhlySimplePage copied to clipboard

ZF2 module for easily creating static pages

Results 5 PhlySimplePage issues
Sort by recently updated
recently updated
newest added

I'm trying to figure out how to create a route so I don't have to create a route for each page I have. I thought it would using child_routes ```...

Is is possible to list down all the cache via console to quick lookup. which route is activated with witch cache file.

Matthew, thanks for writing this blog module! I'm still fiddling with it in my spare time and encountered what appears to be some kind of configuration error. If I navigate...

It would be great to have the possibility to set a custom layout for a simple page. I could imagin something like ``` php return array( 'router' => array( 'routes'...

Currently, the module doesn't consider the expire header of produced output. I personally think it should cache only on absent header or on positive life time for the response, and...