enhavo / enhavo-app
enhavo
Installs: 212
Dependents: 0
Suggesters: 0
Security: 3
Stars: 3
Watchers: 5
Forks: 2
Open Issues: 2
Language:TypeScript
Type:project
Requires
- enhavo/enhavo: 0.7.x-dev
Requires (Dev)
- symfony/debug-pack: ^1.0
- symfony/maker-bundle: ^1.0
- symfony/profiler-pack: ^1.0
- symfony/test-pack: ^1.0
- symfony/web-server-bundle: 4.2.*
Conflicts
This package is auto-updated.
Last update: 2024-10-26 12:03:22 UTC
README
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
$ composer create-project enhavo/enhavo-app enhavo
$ cd enhavo
$ composer install
$ yarn install
$ yarn routes:dump
$ yarn encore dev
$ bin/console fos:user:create admin@enhavo.com admin@enhavo.com password --super-admin
Documentation
For further information read the docs