-
-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not seen in the DOCS. #1105
Comments
I get In main.php line 50: Warning: DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 1 |
bin/console doctrine:fixtures:load --em=blog --env=www --group=www |
BIG SECRET :) use <{html}> which you can define in parameters: |
However organizing a file like: parameters: page1: seems horrible imo. I use for example in a yaml file 2030 lines. Now need to extract each html code into another tag... For my case this was not a big improvement... Also changing <randomElement($array = array ('el1, el2, el3, el4'))> |
I highly suggest to rely on a custom faker provider which I think removes the need to escape the whole thing |
I'll close this as a duplicate of #840 |
HTML still not working as input as described bellow ?
Using > in yaml is trivial and working from ancient times. I am still wondering how to input this text into DB or what tricks should be done for make it work as both versions bellow are not able to be used.
Is it any reason is not shown in the documentation ?
With kind regards
The text was updated successfully, but these errors were encountered: