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 and Plugin Update Notification · 9 years ago

    Hi, I use Grav on a relatively static site so only need to login once every couple of months to update content. It is then I see there are core and plugin updates, is there any way to configure email

  • Installing grav · 9 years ago

    That particular point is documented under CLI/Intro/Windows. It details prependingphp and adding PHP to environment paths for Windows.

  • Installing grav · 9 years ago

    The answer to my inquiry is that I need to prefix all my bin commands with php. Its very frustrating to know this isn't more widely documented

  • Installing grav · 9 years ago

    The root of the issue is that 'bin' is not a recognized command on Windows. Can you please update your installation instructions to include correct, unambiguous instructions? Can you please note that

  • Installing grav · 9 years ago

    For the 404's, you'll need to check out this section of the docs. As for GPM, it is an interface ran via PHP, and on many systems you would need to prefix the command with php, so for example I have t

  • Installing grav · 9 years ago

    After following instructions here, https://learn.getgrav.org/admin-panel/faq#manual-installation-of-admin, I get 404 errors when going to localhost/grav, and localhost/grav/admin. I am unable to insta

  • Installing grav · 9 years ago

    First, its mentioned that the easiest way to install Grav is manually, so I did. But how do I make use of GPM? Now I'm trying to install the admin plugins, since this is a CMS after all. Documentation

  • Select items from a pages list · 9 years ago

    I would like to have the testimonials as the value of the array and the identifiers as the key Something like testimonials: type: array fields: .quote: type: textarea label

  • Select items from a pages list · 9 years ago

    What type of data would you want to store?

  • Select items from a pages list · 9 years ago

    yes, thanks for your help! I'll fiddle around a bit here and see where I land. Do you know how you could save something else then a string in the array type?