demo
demo copied to clipboard
Symfony Demo Application
`symfony/flex` is already added to `composer.json` https://github.com/symfony/demo/blob/0ff22b52b6ec3e0217d33f0a12a66020ec277ed8/composer.json#L29 So, I think this action is not required. https://github.com/symfony/demo/blob/0ff22b52b6ec3e0217d33f0a12a66020ec277ed8/.github/workflows/tests.yaml#L58-L59 The action will also produce an unnecessary error  Btw, why run `composer update`...
Cf a Slack of mine in the Symfony Slack, I discussed to add a simple/basic Stimulus example leveraging Symfony UX As requested; this leverages: - https://symfony.com/blog/symfony-ux-2-0-and-stimulus-3-support - https://github.com/symfony/webpack-encore-bundle#stimulus--symfony-ux-helper --- https://user-images.githubusercontent.com/1358361/147409321-cbd625c0-362b-401f-9936-a8814a496de2.mov...
When we introduced PHPStan, we added lots of errors to a "baseline file" to ignore them instead of fixing them. So, let's fix them. In my opinion there are two...
Hey :), Would it be cool to propose the `EnumType` type in `PostType`? What do you think ?
I have run "yarn" and then "symfony serve". The demo site works but the style seems not to work. Is there anyone who can help me? Jesus Watts
All -- The symfony demo (PHP 8, SF 6), appears to use the symfony security services to implement a login/logout function. The default time for a login to expire, without...
Right after cloning I got these errors Failed to find a valid digest in the 'integrity' attribute for resource 'http://127.0.0.1:8000/build/898.css' with computed SHA-256 integrity 'E5zkZMFh4ciL8QJJZZR452j+wYp+8ulpPiWokrNMbLk='. The resource has been blocked....
I installed the application using the command : symfony new --demo my_project. It seems to work, but the styles and maybe the scripts are not working in browser, so the...
I found that we use the one and the same piece of code in two places to create User instances. I suggest to encapsulate those code with a factory.