Skip to content

okaufmann/statamic-cms

 
 

Repository files navigation

Statamic Logo

Teamnovu's Fork

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.

Installation

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.

About Statamic

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 CMS package. To start your own website project with Statamic, visit the Statamic application repository.

Learning Statamic

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.

Support

We provide official developer support on Statamic Pro projects. Community-driven support is available on GitHub Discussions and in Discord.

Contributing

Thank you for considering contributing to Statamic! We simply ask that you review the contribution guide before you open issues or send pull requests.

Code of Conduct

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.

Important Links

About

The core Laravel CMS Composer package

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 84.4%
  • Vue 9.7%
  • JavaScript 2.1%
  • SCSS 1.7%
  • Blade 1.7%
  • Antlers 0.4%