tighten / collect

A Collections-only split from Laravel's Illuminate Support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Other helper methods?

irazasyed opened this issue · comments

Can we get other helper methods like array_get and stuff?

I use them in a project that pulls in the support package.

I can send a PR if you're okay with it? I don't see any contributing guidelines BTW.

Collections only, sorry! The only helpers we have here are because they're required in order for collections to work. I'll work on getting contributing guidelines set up, but basically, nothing goes in unless it's absolutely required to support collections. Thanks!