Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Mustache Bundle Laravel Package

bobthecow/mustache-bundle

View on GitHub
Deep Wiki
Context7

MustacheBundle

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();
     }
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
milito/query-filter
apiboxsym/user-bundle
apiboxsym/health-check-bundle
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui
babelqueue/php-sdk
facebook/capi-param-builder-php
babelqueue/symfony
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours