Grav

Grav – Forms

  • Post author:
  • Post category:Grav
  • Post comments:1 Comment

You can create a form using the form plugin available in this link. Search for the form plugin and install it in your Grav folder. You can also install this plugin using the…

Continue ReadingGrav – Forms

Grav – YAML Syntax

  • Post author:
  • Post category:Grav
  • Post comments:3 Comments

YAML stands for YAML Ain't Markup Language which includes human readable content and often used in configuration files, blueprints (metadata information about resource) and page settings. Features Following are the features of YAML…

Continue ReadingGrav – YAML Syntax

Grav – Development

  • Post author:
  • Post category:Grav
  • Post comments:3 Comments

You can build Grav with different types of Development such as Grav Core, Grav Plugins, Grav Skeleton and Grav Themes. Grav Core Grav is a modern CMS in which writing content is simple and building pages is…

Continue ReadingGrav – Development

Grav – GPM

  • Post author:
  • Post category:Grav
  • Post comments:2 Comments

GPM stands for Grav Package Manager which is used to install, update, uninstall and list the available plugins on the Grav repository. GPM executes the commands using a command-line interface…

Continue ReadingGrav – GPM

Grav – CLI

  • Post author:
  • Post category:Grav
  • Post comments:2 Comments

In this chapter, we will understand how the CLI works in Grav. CLI stands for command line interface stored in bin/Grav. It performs some tasks such as clearing cache, creating backup copy, etc. Accessing CLI is…

Continue ReadingGrav – CLI