soma / papyrus-project
Papyrus is a developer-oriented flat-file markdown CMS.
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.0.0
- composer/installers: ~1.6
- oomphinc/composer-installers-extender: ^1.1
- soma/papyrus: ^1.0
- soma/papyrus-theme: ^0.0.3
This package is auto-updated.
Last update: 2024-12-10 02:35:43 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