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.

Tim Newcomer

@page6 · Joined 4 years ago · 3 posts · 1 topics · 0 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Creating pages dynamically from plugin · 4 years ago

    Sure! Sorry, I thought I had marked it already... my bad!

  • Creating pages dynamically from plugin · 4 years ago

    Thank a lot, @bleutzinn! I could figure it out by following your plugin. And the file is written by $page->save() after I've set the following properties: $page = new Page(); $page->name(...); $

  • Creating pages dynamically from plugin · 4 years ago

    Hi there, I'm trying to develop a plugin, that basically fetches data from an API and saves this data as pages within a configurable folder. So far I'm doing the most of that in plain php and I'm just