Skip to content

sinanatra/kirby-headless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kirby Headless Starterkit

This repo is my own starterkit for Headless Kirby 3 projects.

Requirements

Install and run Kirby

  1. composer install
  2. composer update
  3. composer start
  4. Create an API user at({url}/panel).

Folder structure and important files

.
├── content
├── kirby
├── media
├── site
│   ├── blueprints
│   │   └── users
│   │       ├── api.yml
│   │       └── default.yml
│   ├── config
│   │   └── config.php
│   └── plugins
│       └── kql
└── vendor

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages