bobthecow/mustache-bundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

bobthecow/mustache-bundle

Composer 安装命令:

composer require bobthecow/mustache-bundle

包简介

Symfony Mustache.php Bundle

README 文档

README

A Symfony implementation of the Mustache template rendering. This will add Mustache as a renderer in Symfony

  1. Installing

Composer

Just run following command with composer:

composer.phar require bobthecow/mustache-bundle

Lookup desired version constraint from packagist. After adding this run

composer.phar update

AppKernel

To actually download and use this bundle. Also add following line to your AppKernel.php

new Bobthecow\Bundle\MustacheBundle\BobthecowMustacheBundle()

config.yml

Add rendererer to your config.yml

framework:
    templating:
        engines: ['twig', 'mustache']
  1. Using it

Like you would use twig. Just put your mustache file in your Resources\views folder using .mustache as extension. E.g.

    // Render Mustache template and return response
    return $this->render('AcmeDemoBundle:Hello:index.html.mustache');

Or pass along the template in the Template() annotation

    /**
     * @Template("AcmeDemoBundle:Hello:index.html.mustache")
     */
     public function indexAction()
     {
         return array();
     }

统计信息

  • 总下载量: 87.93k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 18
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 18
  • Watchers: 2
  • Forks: 9
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2012-09-12

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固