定制 raphhh/puppy-static-route 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

raphhh/puppy-static-route

最新稳定版本:1.0.0

Composer 安装命令:

composer require raphhh/puppy-static-route

包简介

Static routing module for Puppy framework

README 文档

README

Latest Stable Version Build Status Scrutinizer Quality Score Code Coverage Total Downloads License

Static routing module for Puppy framework.

See Puppy framework for more information.

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.

Note that the template files must be in the dir "<template.directory.main>/public/".

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

/index.html.twig".

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".

统计信息

  • 总下载量: 125
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-04-10