Forum JavaScript Collect.js: Use Laravel Collections API in JavaScript.
Hi, guys!
I wanted to have the same great experience when working with arrays and objects in JavaScript as I was having with Laravel Collections.
I made collect.js that offers an identical API to Laravel Collections.
collect.js
Any feedback would be appreciated.
https://github.com/ecrmnn/collect.js
collect(products).where('price', '>', 299).sortBy('brand');
Please sign in or create an account to participate in this conversation.
There's no shortage of content at Laracasts. In fact, you could watch nonstop for days upon days, and still not see everything!
Get Started
Collect.js: Use Laravel Collections API in JavaScript.
Hi, guys!
I wanted to have the same great experience when working with arrays and objects in JavaScript as I was having with Laravel Collections.
I made
collect.js
that offers an identical API to Laravel Collections.Any feedback would be appreciated.
https://github.com/ecrmnn/collect.js