You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I’ve got some time I like to read [Helpers](https://laravel.com/docs/9.x/helpers#main-content) and [Collections](https://laravel.com/docs/9.x/collections#main-content) in the laravel docs.
2
3
Partly because I’m a geek and partly because it seems like sometimes I don’t get it until I have a use case.
4
5
Recently I wanted to render a calendar. I found a use for two new methods `times()` which skips the need for collecting a range and `pad()` to continue rendering elements in a blade loop even when empty. Or in this first example. It let me create empty days for the start of the month (based on the day of week a month starts)...
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page
or contact support.