Download the PHP package raphhh/puppy-static-route without Composer
On this page you can find all versions of the php package raphhh/puppy-static-route. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download raphhh/puppy-static-route
More information about raphhh/puppy-static-route
Files in raphhh/puppy-static-route
Download raphhh/puppy-static-route
More information about raphhh/puppy-static-route
Files in raphhh/puppy-static-route
Vendor raphhh
Package puppy-static-route
Short Description Static routing module for Puppy framework
License MIT
Package puppy-static-route
Short Description Static routing module for Puppy framework
License MIT
Please rate this library. Is it a good library?
Informations about the package puppy-static-route
Puppy static routing module
Static routing module for Puppy framework.
See Puppy framework for more information.
Installation
Documentation
This module routes an uri to a template file. The router takes the request uri and tries to find an associated template.
Note that the template files must be in the dir "
If the request uri points to a dir and not a file, a default file will be searched. By default: "
If no file is found in the templates, it returns an HTTP 404 error.
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".
All versions of puppy-static-route with dependencies
PHP Build Version
Package Version
The package raphhh/puppy-static-route contains the following files
Loading the files please wait ....