You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Symfony **7.4**, **8.0**, or **8.1** (minimum supported minors; also works on Symfony 6.x and 7.0–7.3 via `composer.json` constraints)
50
+
- `symfony/security-bundle`(or equivalent) in your application for role-based gates
51
+
46
52
## Configuration
47
53
48
54
```yaml
@@ -87,6 +93,26 @@ Same behaviour as Symfony's native `dump`, but output goes to the browser consol
87
93
88
94
When called empty, the label is `twig context` and the template name/line is used as the source location.
89
95
96
+
## Demo
97
+
98
+
- `demo/symfony7`— Symfony **7.4**, host port **8010** by default (`PORT` in `.env`)
99
+
- `demo/symfony8`— Symfony **8.1** (PHP **8.5**), host port **8011** by default
100
+
101
+
Each demo runs **FrankenPHP + Caddy** in Docker (`FRANKENPHP_MODE=worker` by default). Login as `debugger / debug` and visit `/debug` to see `cdbg()` in the browser console. See [docs/DEMO-FRANKENPHP.md](docs/DEMO-FRANKENPHP.md).
- Symfony **7.4**, **8.0**, or **8.1** (minimum supported minors; also works on Symfony 6.x and 7.0–7.3 via `composer.json` constraints)
115
-
-`symfony/security-bundle` (or equivalent) in your application for role-based gates
116
-
117
-
## Development
118
-
119
-
```bash
120
-
make up
121
-
make install
122
-
make test
123
-
make cs-check
124
-
make phpstan
125
-
make release-check
126
-
```
127
-
128
-
## Demo
129
-
130
-
-`demo/symfony7` — Symfony **7.4**, host port **8010** by default (`PORT` in `.env`)
131
-
-`demo/symfony8` — Symfony **8.1** (PHP **8.5**), host port **8011** by default
132
-
133
-
Each demo runs **FrankenPHP + Caddy** in Docker (`FRANKENPHP_MODE=worker` by default). Login as `debugger / debug` and visit `/debug` to see `cdbg()` in the browser console. See [docs/DEMO-FRANKENPHP.md](docs/DEMO-FRANKENPHP.md).
0 commit comments