This is a fork of the Statamic core with some additional features and bugfixes. The goal is to keep the fork as close to the original as possible. This makes it easier to merge changes from the core to the fork.
To achieve this, changes should be made as an addon instead. If this is not possible, the changes should be documented in the DIFF-TO-CORE.md file. Ideally, a PR to the core should be opened.
To install the fork, add the following to your composer.json
file:
{
"repositories": [
{
"type": "git",
"url": "https://github.com/teamnovu/cms.git"
}
]
}
Then run composer update statamic/cms
to install the fork.
Statamic is the flat-first, Laravel + Git powered CMS designed for building beautiful, easy to manage websites.
Note
This repository contains the code for the core Statamic Composer package, to be installed into an existing Laravel application.
The application repository is where you can find a Laravel application preconfigured with Statamic, which is used when creating a new project via the Statamic CLI tool.
Statamic has extensive documentation. We dedicate a significant amount of time and energy every day to improving them, so if something is unclear, feel free to open issues for anything you find confusing or incomplete. We are happy to consider anything you feel will make the docs and CMS better.
We provide official developer support on Statamic Pro projects. Community-driven support is available on GitHub Discussions and in Discord.
Thank you for considering contributing to Statamic! We simply ask that you review the contribution guide before you open issues or send pull requests.
In order to ensure that the Statamic community is welcoming to all and generally a rad place to belong, please review and abide by the Code of Conduct.