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.
besmartand-pro/php-quality-config
sentix/ai-chatbot
codifyo/ts-generator-bundle
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky
spatie/mailcoach-vapor