An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        


Umbrella logo Umbrella Admin Demo


A demo application to showcase the main features of Umbrella Admin Bundle.


Online demo
Documentation






# 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/