Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Dates in other languages · 12 years ago

    You can add this, but it will get overwritten with any Grav updates. Unfortunately there's no simple way to have multiple vendor folders (Grav + User) with Composer. I was hesitant about adding the

  • Dates in other languages · 12 years ago

    but if you edit composer.json file, anytime you update Grav you need to add this... waiting @rhukster to give more info about this :)

  • Dates in other languages · 12 years ago

    You can try this: bin/composer.phar require twig/extensions ~1.1.0 but i think you need to update the composer configuration file and add this line to: "twig/twig": "~1.16", after add: "twig/extension

  • Dates in other languages · 12 years ago

    I'm totaly new to Grav and haven't been forced to use SSH either, so... how can I install/add composer to my $PATH (I'm quite an enduser)? In ~/webroot folder there are files called "composer.json" an

  • Dates in other languages · 12 years ago

    You not have installed or not in path composer, before this install or add composer to your $PATH :)

  • Dates in other languages · 12 years ago

    And where exactly do I run this command: composer require twig/extensions ~1.1.0 When I'm running it in ~/webroot on my server (via bash), I'm getting this: -bash: composer: command not found ---

  • Dates in other languages · 12 years ago

    That would be great thanks!

  • Dates in other languages · 12 years ago

    Big thx! Will give it a try. Once you're rdy for multilang, put down my username. I would gladly help with Polish and Russian translations, if needed :)

  • Dates in other languages · 12 years ago

    the 01/JAN bit is rendered in the partials/blog_item.html.twig file: <span class="list-blog-date"> <span>{{ page.date|date("d") }}</span> <em>{{ page.date|date("M") }}</

  • Dates in other languages · 12 years ago

    is rendered*