nunomaduro / termwind

🍃 In short, it's like Tailwind CSS, but for the PHP command-line applications.
MIT License
2.29k stars 78 forks source link

Required the support of branching and looping #169

Closed avinash-usualsmart closed 1 year ago

avinash-usualsmart commented 1 year ago

Can you please provide support for loops and conditional statements like native PHP?

image

This is my code and I want a list of all directories to be printed with for loop.

image

Let me know how can I help.

Thanks.

xiCO2k commented 1 year ago

Try to use blade views for the loops.

avinash-usualsmart commented 1 year ago

How to use view without having laravel?

avinash-usualsmart commented 1 year ago

Try to use blade views for the loops.

Hello @xiCO2k, what if I am not using Laravel?