Open ghost opened 6 years ago
Thanks for this work, ill try to check this on weekend.
I'm currently using this dev version on a personal project of mine and it seems to work as expected (at least for [b]
. [u]
and [url]
tags). If you find anything that I should fix, do tell! :smile:
@helios-ag since I want to update one of my applications, I had to upgrade this bundle to Symfony4, so I did. I made some tiny codestyle changes and fixed few things here and there.
Major points are that the
sensio/distribution-bundle
won't be supported for Symfony4 andsymfony/assetic-bundle
is deprecated. I've just added apublic_path
sincesymfony/assetic-bundle
was only required for it's output path (as far as I could see). Thepublic_path
defaults to the SF4 default for the web folder (which is/public
).If you want me to test anything else or got any feedback, let me know.