demo
demo copied to clipboard
Symfony Demo Application
Why not use migrations to create the database, instead of relying on sqlite, so other RDBMS could be used I will gladly make real migrations to use if needed
"Remember me" is a common functionality in login forms and I noticed that the demo application does not have it. This PR is a small change and any user can...
In this case we can move it to constructor
🧹 The results div is not used
Changed directory name from .symfony to .symfony5 See details here https://github.com/symfony-cli/symfony-cli/commit/5301ebfa8f5918cae7fa0bf63c86f84dbd70f599
The demo is a good place to show the best practices. Now that we have the new attributes to map requests to DTOs (`MapRequestPayload` & `MapQueryString`) I think it would...
Do you think it would be interesting to use this feature? https://github.com/symfony/symfony/pull/51800
Psalm
Hi, Do you think it would be interesting to integrate Psalm with GitHub Actions?
As asked on [Slack](https://symfony-devs.slack.com/archives/C8WHX21K7/p1701681153225289) - Ran `bin/console translation:extract --force nl` command, this caused the major update in the file. But I guess it should be the recommended way to extract...