Admin Panel
Table of Content
Description
What is Delta CMS ?
This is a Content Management System made to be simple for end users AND developpers with everything made into modules. (more later)
Install
Fetch the latest release here
Please note that releases are pre-built for usage so you don't need to follow the build step
Now point your web server to the public
folder and tada 😄 your website is up
Build from source
Clone the project and run this command in the terminal.
composer install --no-dev --optimize-autoload
now follow the install guide
Changelog
See changelog.md
Badges
Badges are powered by shields.io
Build status
https://img.shields.io/drone/build/DeltaCMS/Core.svg?server=https%3A%2F%2Fci.delta-wings.net&style=for-the-badge
Coverage
(Codacy)
https://img.shields.io/codacy/coverage/bf7f9ac73707426e9afc4b9daa950039.svg?style=for-the-badge
Code Quality
(Codacy)
https://img.shields.io/codacy/grade/bf7f9ac73707426e9afc4b9daa950039.svg?style=for-the-badge
Dependencies
DeltaCMS is powered by all these awesome projects
➕ DeltaCMS respect multiples PSRs
-
(in-review PSR-12)
-
PSR-3
\DeltaCMS\Logger
-
PSR-4 (thanks to composer)
-
PSR-16 get the cache with this
DeltaCMS::getInstance()->getCache()
or the shortcut given by the class
Development Dependencies
- Editor Synchronization
- Git
- Dependency Management
- Debugging (like a pro 😋)
- Hosting
- Code Hosting
- Continuous integration
- Code Check (Testing, Code Analytics)
- Other