mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-04-23 11:22:11 +00:00
68 lines
1.8 KiB
Markdown
68 lines
1.8 KiB
Markdown
# Admin Panel
|
|
|
|
## Table of Content
|
|
|
|
- [Admin Panel](#admin-panel)
|
|
- [Table of Content](#table-of-content)
|
|
- [Description](#description)
|
|
- [Build](#build)
|
|
- [Changelog](#changelog)
|
|
- [Badges](#badges)
|
|
- [Build status](#build-status)
|
|
- [Coverage](#coverage)
|
|
- [Code Quality](#code-quality)
|
|
- [Dependencies](#dependencies)
|
|
- [Development Dependencies](#development-dependencies)
|
|
|
|
## Description
|
|
|
|
WIP
|
|
|
|
## Build
|
|
|
|
```console
|
|
composer install --no-dev --optimize-autoload
|
|
```
|
|
|
|
## Changelog
|
|
|
|
see [changelog.md](./changelog.md)
|
|
|
|
## Badges
|
|
|
|
We're using [shields.io](https://shields.io/) badges
|
|
|
|
### Build status
|
|
|
|

|
|
`https://img.shields.io/gitlab/pipeline/delta-wings/adminpanel.svg?style=for-the-badge`
|
|
|
|
|
|
### Coverage
|
|
|
|

|
|
`https://img.shields.io/codacy/coverage/ae3cdab2030c4b62aa42d3d0eed40f86.svg?style=for-the-badge`
|
|
|
|
### Code Quality
|
|
|
|

|
|
`https://img.shields.io/codacy/grade/ae3cdab2030c4b62aa42d3d0eed40f86.svg?style=for-the-badge`
|
|
|
|
## Dependencies
|
|
|
|
- [Composer](https://getcomposer.org/)
|
|
- [PSR-3](https://www.php-fig.org/psr/psr-3), [PSR-6](https://www.php-fig.org/psr/psr-6)
|
|
- [Twig](https://twig.symfony.com/)
|
|
|
|
## Development Dependencies
|
|
|
|
- [EditorConfig](https://editorconfig.org/)
|
|
- [Git](https://git-scm.com/)
|
|
- [Composer](https://getcomposer.org/)
|
|
- [PHP Codesniffer](https://github.com/squizlabs/PHP_CodeSniffer)
|
|
- [Symfony VarDumper](https://symfony.com/doc/current/components/var_dumper.html)
|
|
- [PHPUnit](https://phpunit.de/)
|
|
- [PHP Mess Detector](https://phpmd.org/)
|
|
- [Gitlab](https://gitlab.com/)
|
|
- [Codacy](codacy.com)
|