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

Symfony Twig Helper Laravel Package

dcylabs/symfony-twig-helper

View on GitHub
Deep Wiki
Context7

Installing Dcylabs Twig Bundle

Updating composer.json

composer require dcylabs/symfony-twig-helper dev-master

OR

  "require": {
      "dcylabs/symfony-twig-helper": "dev-master"
  }

Updating AppKernel.php

  // app/AppKernel.php
  $bundles = array(
    // ...
    new Dcylabs\TwigBundle\DcylabsTwigBundle(),
  );

Using Dcylabs Twig Bundle

Checking roles

    {% checkRoles '/myPath' %}
        If I can read this I have the rights on the url : "{{ check_url }}"
    {% else %}
        I don't have the rights 
    {% endcheckRoles %}
    {% checkRoles '/pathOne' '/pathTwo' '/pathThree' %}
        If I can read this I have the rights on the urls : "{{ check_urls | join(';') }}"
    {% else %}
        I don't have the rights 
    {% endcheckRoles %}
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.
emuniq/filament-browser-notifications
syriable/filament-translator
hungnm28/livewire-form
wenprise/eloquent
crudly/encrypted
fadion/bouncy
cuci/prototurk-sdk
gos/pubsub-router-bundle
cuci/prototurk-sdk-symfony
clementtalleu/easyadmin-markdown-bundle
codeflextech/permission-manager
karnoweb/livewire-datepicker
sayedenam/sayed-dashboard
milito/query-filter
apiboxsym/user-bundle
apiboxsym/health-check-bundle
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui