https://github.com/smnandre/repro-live-redirection
https://github.com/smnandre/repro-live-redirection
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smnandre/repro-live-redirection
- Owner: smnandre
- Created: 2023-12-22T17:03:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T17:10:18.000Z (over 2 years ago)
- Last Synced: 2025-01-10T14:02:15.122Z (over 1 year ago)
- Language: PHP
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reproducer "Live Action Redirect"
## Install
```
composer install
```
## Run
```
symfony serve
symfony open:local
```
## Reproduce
1. Open the page "/"
2. Click on the button "LiveAction foo()"
3. The page is redirected to the page "/bar"