Grav – CLI
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…
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…
Debugging & logging information is very necessary while developing the themes and plugins. Grav uses the debugging information by using some features as described below. PHP Debug Bar Grav comes…
In this chapter, we will understand the concepts of performance and caching in Grav. Performance The term performance refers to the system performance in such a way that whether it…
Blueprints are metadata information about the resource (source of information). It serves two purposes − First is the resource identity itself.Second is regarding the forms. This complete information is saved in…
The Page editor is a text editor and manages the pages also; this allows you to create content including the media files, publishing and taxonomy options, settings and theme specific…
In this chapter, we will study the Page Editor options in Grav administration panel. This is a dynamic text editor that allows you to create the content of your page. In addition,…
In this chapter, we will understand how Administration Panel Pages work in Grav. Pages give an easy access to create, edit or delete the content to your site. In the…
This topic is about D Programming - Nested Switch Statement. It is possible to have a switch as part of the statement sequence of an outer switch. Even if the…
This topic is about D Programming - Switch Statement. A switch statement allows a variable to be tested for equality against a list of values. Each value is called a case, and…
This topic is about D Programming - Nested if Statement. It is always legal in D programming to nest if-else statements, which means you can use one if or else if statement…