Mike Dugan
Mike Dugan
Definitely. I don't see where you grab the Laravel version, but you could do a quick check on that and then set the blade syntax...or you could probably just set...
Related: https://github.com/laravel/framework/pull/5758 If/when that is fixed, it should be trivial to set Blade to use the 4.\* syntax
It shouldn't be necessary (to maintain separate versions) once the issue with quoted tags mentioned above is resolved. Once that's done, it can be set via `Blade::setRawTags('{{', '}}')`
mmmm this smells like a crazy recursive / machine learning string distance algo