DEV Community

Discussion on: Would you recommend using Template Engine for PHP?

Collapse
 
thinsoldier profile image
thinsoldier

I have used plates from the php league and blade from laravel. I strongly suggest using any template system over no template system. For a decade I was working at a place where 3rd party code was frowned upon. Slowly but surely over my years my code evolved to contain some basic concepts common to plates and blade. When I left that job and finally used a real template system I wanted to kick myself.