Remove EasyAdmin integration

- Removed EasyAdmin controllers and configurations.
- Uninstalled `easycorp/easyadmin-bundle` and related dependencies.
- Cleaned up all associated routes, bundles, and vendor references.
This commit is contained in:
2025-10-03 22:37:45 +02:00
parent 0319224979
commit 3e39550c90
18 changed files with 35 additions and 538 deletions

View File

@@ -1,8 +1,8 @@
up:
docker compose up -d
up *args:
docker compose up -d {{ args }}
down *args:
docker compose down {{ args }} --remove-orphans
docker compose down --remove-orphans {{ args }}
stop:
docker compose stop