JeffreyWay / Laravel-4-Generators

Rapidly speed up your Laravel workflow with generators
https://packagist.org/packages/way/generators
MIT License
27 stars 9 forks source link

use foreach in templates.txt #462

Open fadakar opened 8 years ago

fadakar commented 8 years ago

can i use foreach loop in template file (*.txt) ??? i want to echo something like this $data = ['field1' , field2', 'field3'];