https://github.com/acantepie/umbrella-admin-demo
Umbrella Admin demo app.
https://github.com/acantepie/umbrella-admin-demo
admin backend php symfony umbrella
Last synced: 2 months ago
JSON representation
Umbrella Admin demo app.
- Host: GitHub
- URL: https://github.com/acantepie/umbrella-admin-demo
- Owner: acantepie
- License: mit
- Created: 2020-08-29T19:33:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-23T20:56:29.000Z (3 months ago)
- Last Synced: 2025-03-23T21:32:21.279Z (3 months ago)
- Topics: admin, backend, php, symfony, umbrella
- Language: PHP
- Homepage: https://umbrella-corp.dev
- Size: 4.37 MB
- Stars: 58
- Watchers: 9
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Umbrella Admin Demo
A demo application to showcase the main features of Umbrella Admin Bundle.
![]()
# Installation
### Requirements
- [docker compose](https://docs.docker.com/compose/install/)```bash
# Clone repository
git clone [email protected]:acantepie/umbrella-admin-demo.git umbrella_demo
cd umbrella_demo# up docker
docker compose up -d# install php dependency
docker compose exec web composer install# update database schema
docker compose exec web bin/console doctrine:schema:update --force# load fixtures
docker compose exec web bin/console doctrine:fixtures:load -n
```The application is available at the url : http://localhost/