{"id":24702088,"url":"https://github.com/enhavo/enhavo-demo","last_synced_at":"2025-07-08T11:34:58.284Z","repository":{"id":51749066,"uuid":"302937477","full_name":"enhavo/enhavo-demo","owner":"enhavo","description":"Enhavo demo","archived":false,"fork":false,"pushed_at":"2024-05-23T08:35:44.000Z","size":14004,"stargazers_count":1,"open_issues_count":0,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-05-23T09:40:03.548Z","etag":null,"topics":["cms","enhavo","symfony"],"latest_commit_sha":null,"homepage":"https://enhavo.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/enhavo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-10T15:57:09.000Z","updated_at":"2024-05-27T12:22:14.460Z","dependencies_parsed_at":"2024-05-23T09:54:24.722Z","dependency_job_id":null,"html_url":"https://github.com/enhavo/enhavo-demo","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enhavo%2Fenhavo-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enhavo%2Fenhavo-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enhavo%2Fenhavo-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enhavo%2Fenhavo-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enhavo","download_url":"https://codeload.github.com/enhavo/enhavo-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235807683,"owners_count":19047985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cms","enhavo","symfony"],"created_at":"2025-01-27T05:31:58.247Z","updated_at":"2025-01-27T05:32:03.521Z","avatar_url":"https://github.com/enhavo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"![alt text](enhavo.svg \"enhavo\")\n\u003cbr/\u003e\n\u003cbr/\u003e\n\nThe enhavo CMS is a open source PHP project on top of 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.\n\nDemo\n----\n\nThis is a enhavo demo project.\n\nUse email **admin@enhavo.com** with password **admin** to log in into the backend under **/admin**\n\nInstall\n-------\n\n```\n$ composer install\n$ yarn install\n```\n\n\nCreate a `.env.local`  file and add following line with your database credentials\n\n```\nDATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7\n```\n\nIf your database doesn't exist yet, you can create it by following command\n\n```\n$ bin/console doctrine:database:create\n```\n\nThen execute this commands to get ready\n\n```\n$ yarn routes:dump\n$ yarn encore dev\n$ bin/console doctrine:migrations:migrate\n$ bin/console doctrine:fixtures:load\n$ bin/console enhavo:init\n```\n\nNow you can start the server\n\n```\n$ bin/console server:run\n```\n\nYou should see a result that the server started already. Use the link to see if it works!\n\nUse docker\n----------\n\nIf you want to start the demo with docker you can use the `docker-compose.yml` file\n\n```yaml\nversion: '3.3'\n\nservices:\n   db:\n     image: mysql:5.7\n     environment:\n       MYSQL_ROOT_PASSWORD: root\n       MYSQL_DATABASE: demo\n   web:\n     depends_on:\n       - db\n     image: enhavo/enhavo-demo:latest\n     ports:\n       - \"8080:80\"\n     environment:\n       DATABASE_URL: mysql://root:root@db:3306/demo?serverVersion=5.7\n\n```\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenhavo%2Fenhavo-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenhavo%2Fenhavo-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenhavo%2Fenhavo-demo/lists"}