Sebastian Blum

Results 1 comments of Sebastian Blum

@javiereguiluz we can remove ```charset: utf8mb4``` in this file (https://github.com/symfony/demo/blob/master/config/packages/doctrine.yaml) and add it as a parameter ```?charset=utf8mb4``` in the env.dist file (https://github.com/symfony/demo/blob/master/.env.dist) ``` DATABASE_URL=sqlite:///%kernel.project_dir%/var/data/blog.sqlite?charset=utf8mb4 ``` then we can create a...