http://www.symfonychina.com/doc/current/doctrine.html
报错如下:
In FileLoader.php line 168:
The file "D:\234\2\my_project_name\app/config\config.yml" does not contain valid YAML in D:\234\2\my_project_name\app/c
onfig\config.yml (which is being imported from "D:\234\2\my_project_name\app/config/config_dev.yml").
In YamlFileLoader.php line 669:
The file "D:\234\2\my_project_name\app/config\config.yml" does not contain valid YAML.
In Parser.php line 786:
A colon cannot be used in an unquoted mapping value at line 45 (near " collate: utf8mb4_unicode_ci").
我仔细阅读了教程,捣鼓了好久,发现问题出在doctrine上,删除原本框架中存在的代码就好了
charset: utf8mb4
default_table_options:
charset: utf8mb4
collate: utf8mb4_unicode_ci