Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enhavo/enhavo-cms
Enhavo CMS edition
https://github.com/enhavo/enhavo-cms
cms enhavo sylius symfony
Last synced: 3 months ago
JSON representation
Enhavo CMS edition
- Host: GitHub
- URL: https://github.com/enhavo/enhavo-cms
- Owner: enhavo
- License: mit
- Created: 2017-04-23T18:00:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T03:18:48.000Z (about 2 years ago)
- Last Synced: 2024-10-01T15:27:03.933Z (3 months ago)
- Topics: cms, enhavo, sylius, symfony
- Language: PHP
- Homepage: https://enhavo.com
- Size: 2.92 MB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Enhavo CMS edition
-------------------This is the CMS edition of enhavo and provide all features for content management.
Enhavo is a content management system. It's a open source PHP project based on the fullstack Symfony framework and uses awesome Sylius components
to serve a very flexible software, that can handle most of complex data structure with a clean and usability interface.Installation
------------```bash
$ composer create-project enhavo/enhavo-cms enhavo
$ cd enhavo
$ yarn install
$ yarn encore dev
$ yarn routes:dump
$ bin/console enhavo:init
```Documentation
-------------For further information read the [docs](http://docs.enhavo.com)