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

  • Grav + Vagrant (Scotch Box) Issues · 10 years ago

    Yep. I SSH'ed into the box to run the command. I love Vagrant as I can leave my host Ubuntu install completely agnostic to all of the dev environment with the exception of the browser, editor, and ter

  • Grav + Vagrant (Scotch Box) Issues · 10 years ago

    Did you SSH into the box to run the command? I had a similar issue with Laravel and I had to SSH into the vagrant to run the command.

  • Grav + Vagrant (Scotch Box) Issues · 10 years ago

    For anyone that cares...Scotch Box just doesn't work "out of the box" with Grav as far as I can tell. I spun up a Puphpet Ubuntu Vagrant box with the correct dependencies and everything seems to be wo

  • Grav + Vagrant (Scotch Box) Issues · 10 years ago

    I'm not sure if it will help, but I'm going to try to find another pre-provisioned vagrant box to try this on.

  • Grav + Vagrant (Scotch Box) Issues · 10 years ago

    Thanks for the suggestion...sadly it didn't work.

  • Grav + Vagrant (Scotch Box) Issues · 10 years ago

    try doing a chmod +x bin/* to ensure those commands are executable.

  • Grav + Vagrant (Scotch Box) Issues · 10 years ago

    Hi all. I'm attempting to run Grav in a Scotch Box Vagrant environment on Ubuntu 14.04. I've tried several different versions of the installation process (copy manually into root, git clone), and in

  • Can I create other YAML files? · 10 years ago

    Oh that is completely awesome -- thank you! This product just keeps getting better the deeper you dig. Nicely done!

  • Can I create other YAML files? · 10 years ago

    Sure you can create a file in user/config/ folder and then access it via twig. For example: /user/config/mydata.yaml foo: bar Then to display the value in Twig it's just: {{ config.mydata.foo }}

  • Can I create other YAML files? · 10 years ago

    Is it possible to create a separate YAML file and access it from TWIG? Right now I have a number of entries in my site.yaml file. This is fine, but really this stuff should be in a stand-alone file