soma/papyrus-project

Papyrus is a developer-oriented flat-file markdown CMS.

Installs: 39

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/soma/papyrus-project

1.0.1 2020-06-09 16:35 UTC

This package is auto-updated.

Last update: 2025-10-10 04:35:37 UTC


README

This is a boilerplate directory structure to quickly get up and running with your own Papyrus project. It also includes the starter theme as a dependency so that the site will be fully functioning after installation.

Usage

composer create-project soma/papyrus-project [project-directory]

The required paths need to be created by the framework before you can run your application. You can do so by running the app:install command after you've configured your .env.

php appctrl app:install

Now try serving the website and visit it using your browser!

php appctrl app:serve

License

MIT