fd22b0bf58
V2 (Laravel re-make)
602 B
602 B
Installation
NPM
npm install collect.js --save
Yarn
yarn add collect.js
From CDN
- Visit https://cdnjs.com/libraries/collect.js
- Add CDN link to your site with
<script>
Using build / minified version
- Download
collect.min.js
- Add to your site with
<script>
Tip
Using Laravel as your backend? Collect.js offers an (almost) identical api to Laravel Collections. See differences.