An open API service indexing awesome lists of open source software.

https://github.com/tangoman75/twighelperbundle

TangoMan TwigHelper Bundle provides a collection of useful twig functions.
https://github.com/tangoman75/twighelperbundle

Last synced: 3 months ago
JSON representation

TangoMan TwigHelper Bundle provides a collection of useful twig functions.

Awesome Lists containing this project

README

          

TangoMan TwigHelper Bundle
====================

**TangoMan TwigHelper Bundle** provides a collection of useful twig functions.

Installation
============

Step 1: Download the Bundle
---------------------------

Open a command console, enter your project directory and execute the
following command to download the latest stable version of this bundle:

```bash
$ composer require tangoman/twig-helper-bundle
```

This command requires you to have Composer installed globally, as explained
in the [installation chapter](https://getcomposer.org/doc/00-intro.md)
of the Composer documentation.

Step 2: Enable Bundle
---------------------

Then, enable the bundle by adding it to the list of registered bundles
in the `app/AppKernel.php` file of your project:

```php
{{ key }}
{{ value }}
{% endif %}
```

Note
====

If you find any bug please report here : [Issues](https://github.com/TangoMan75/TwigHelperBundle/issues/new)

License
=======

Copyright (c) 2020 Matthias Morin

[![License][license-MIT]][license-url]
Distributed under the MIT license.

If you like **TangoMan TwigHelper Bundle** please star!
And follow me on GitHub: [TangoMan75](https://github.com/TangoMan75)
... And check my other cool projects.

[Matthias Morin | LinkedIn](https://www.linkedin.com/in/morinmatthias)

[license-MIT]: https://img.shields.io/badge/Licence-MIT-green.svg
[license-url]: LICENSE