Christophe Coevoet
Christophe Coevoet
@javiereguiluz those are constants for the permission attributes, which must be strings, not enums. So they are not a good candidate.
> I needed to update it before it works updating what ? The symfony CLI ? Well, if you are not on the latest version of a tool, updating it...
if you are on Windows, make sure that your git is not configured to automatically convert LF line endings to CRLF (as such change would indeed invalidate checksums)
Are there any errors reported in your browser console ?
The demo issue tracker is not a support channel for your own projects. and this is probably related to https://github.com/symfony/symfony/issues/44546
the hard part is that our `config/packages/doctrine.yml` file is currently incompatible with Postgresql as it defines a mysql-only charset (the proper UTF-8 charset is the `utf8` on postgresql, as they...
@javiereguiluz if we copy the file inside the image at build time, we could. If we want to mount the source code instead (to make it a dev-like environment where...
The decision taken by the core team for the Symfony way of running a dev environment is to run PHP on the host and not in Docker (see [the book](https://symfony.com/book)...
IIRC, `symfony new --demo` uses the released version of the demo. Proper support for PHP 8 was added after the last release and is only in the dev version for...
> * bootstrap-sass/assets/javascripts/bootstrap/transition.js by bootstrap/scss/transitions replacing a JS file by a SCSS one ? Isn't that a mistake ?