thephpleague / plates

Native PHP template system
https://platesphp.com
MIT License
1.47k stars 180 forks source link

Implement documented data assignment argument for `Engine->make()` #302

Closed Rayne closed 1 year ago

Rayne commented 1 year ago

This PR implements the data assignment argument mentioned in the documentation. The commit includes tests and fixes #293.

ragboyjr commented 1 year ago

Excellent work!