Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enhavo/enhavo-app
Enhavo app edition
https://github.com/enhavo/enhavo-app
cms enhavo sylius symfony
Last synced: 3 days ago
JSON representation
Enhavo app edition
- Host: GitHub
- URL: https://github.com/enhavo/enhavo-app
- Owner: enhavo
- License: mit
- Created: 2017-04-23T18:00:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T10:36:35.000Z (10 months ago)
- Last Synced: 2024-04-14T21:46:58.824Z (10 months ago)
- Topics: cms, enhavo, sylius, symfony
- Language: TypeScript
- Homepage: https://www.enhavo.com/
- Size: 786 KB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![alt text](assets/enhavo/images/enhavo.svg "enhavo")
Enhavo app edition
-------------------The app edition only contains basic admin features to edit your own data structure.
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-app enhavo
$ cd enhavo
$ composer install
$ yarn install
$ yarn routes:dump
$ yarn encore dev
$ bin/console fos:user:create [email protected] [email protected] password --super-admin
```Documentation
-------------For further information read the [docs](http://docs.enhavo.com)