-
Adding key-value pairs to twig.php in /app/config/packages/rcrowe/twigbridge/twig.php.
```
'globals' => [
'controller' => Request::segment(1)
],
```
In some controllers & actions the variable ha…
-
If somebody wants to use the smart content in combination with infinite scroll on the website, he needs to implement an own controller and/or a special twig template.
There are a few different ways t…
-
Used your reedme. Tried to change host/messages. It was so hard. Twig doesn't return asset to index.twig. I have bit problem with asset path. I changed vendor files 0_o. Please loot at new yii2 twig …
-
ok, I follow the instructions; I clone the repository to my local machine (Mac, running MAMP), I import the database into my empty database, I run the install routine, and from the very first step, I …
-
Since Drupal 8.4 will use Twig 2 (anybody have source link, I couldn't find one with a quick search), let's get on this. Originally posted here: https://github.com/pattern-lab/patternengine-php-twig/i…
-
Hi,
Since you release new version (v4) and in future versions, make no sense nowadays the option `$smarty->escape_html ` not be set a true or with `$smarty->default_modifiers ` not without a thi…
-
Build a Twig custom tag in order to handle the default WordPress loop into Twig templates.
```php
{% loop %}
// Loop through posts
{% else %}
// No posts found.
{% endloop %}
```
-
Hi there,
I'm using PHP templates instead of Twig templates, and when initializing RequireJS using
```
/* @var Hearsay\RequireJSBundle\Templating\Helper\RequireJSHelper $requireJs */
$requireJs = $v…
-
Hello,
in the issues of this project I see a lot of questions how we deploy integrate the code in our cms.
2-3 years ago the answers say that PL is only for frontend devs and not for backend dev…
-
**What version of Invoice Ninja are you running? ie v4.5 / v5**
v5
**What environment are you running?**
Docker on Ubuntu
**Have you searched existing issues/requests?**
Yes over at the Forum…