soma/papyrus-project

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

1.0.1 2020-06-09 16:35 UTC

This package is auto-updated.

Last update: 2024-04-10 01:12:32 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