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.
- Host: GitHub
- URL: https://github.com/tangoman75/twighelperbundle
- Owner: TangoMan75
- License: mit
- Created: 2017-09-11T14:20:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T19:32:25.000Z (almost 6 years ago)
- Last Synced: 2025-01-25T18:16:32.354Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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