2017 © Pedro PelĆ”ez
 

library puppy-static-route

Static routing module for Puppy framework

image

raphhh/puppy-static-route

Static routing module for Puppy framework

  • Saturday, April 11, 2015
  • by raphhh
  • Repository
  • 1 Watchers
  • 0 Stars
  • 95 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Puppy static routing module

Latest Stable Version Build Status Scrutinizer Quality Score Code Coverage Total Downloads License, (*1)

Static routing module for Puppy framework., (*2)

See Puppy framework for more information., (*3)

Installation

$ composer require raphhh/puppy-static-route

Documentation

This module routes an uri to a template file. The router takes the request uri and tries to find an associated template., (*4)

Note that the template files must be in the dir "template.directory.main/public/"., (*5)

If the request uri points to a dir and not a file, a default file will be searched. By default: ", (*6)

/index.html.twig".

If no file is found in the templates, it returns an HTTP 404 error., (*7)

Config options

  • 'template.directory.main' => path to the directory of the template files.
  • 'template.file.default' => name of the file to search if the address points to a dir. Default: "index".
  • 'template.file.server.extension' => extension of the file to search if the address points to a dir. Default: ".html".
  • 'template.file.template.extension' => name of the template engine added to the file. Default: ".twig".

The Versions

11/04 2015

dev-master

9999999-dev

Static routing module for Puppy framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Raphaƫl Lefebvre

11/04 2015

1.0.0

1.0.0.0

Static routing module for Puppy framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Raphaƫl Lefebvre