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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

adil Newcomer

@adildixi · Joined 9 months ago · 2 posts · 1 topics · 0 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Best dedicated server setup in the USA for running Grav CMS efficiently · 8 months ago

    I’m exploring reliable dedicated server options in the USA to host multiple Grav CMS projects with strong performance and uptime. I came across DedicatedCore, which provides high-speed servers with fu

  • How to load a JSON file via AJAX? · 9 months ago

    Create a page (e.g. /user/pages/05.json/) and set its template to myfile.json.twig in the frontmatter. Then access it via /json and load it with jQuery: $.getJSON(‘/json’, data => console.log(data)