Download the PHP package chrgriffin/collection-macro-thanos without Composer
On this page you can find all versions of the php package chrgriffin/collection-macro-thanos. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download chrgriffin/collection-macro-thanos
More information about chrgriffin/collection-macro-thanos
Files in chrgriffin/collection-macro-thanos
Download chrgriffin/collection-macro-thanos
More information about chrgriffin/collection-macro-thanos
Files in chrgriffin/collection-macro-thanos
Vendor chrgriffin
Package collection-macro-thanos
Short Description Laravel Collection macro: randomly delete half of the items in a Collection.
License MIT
Package collection-macro-thanos
Short Description Laravel Collection macro: randomly delete half of the items in a Collection.
License MIT
Please rate this library. Is it a good library?
Informations about the package collection-macro-thanos
Laravel Collection Macro: Thanos
This macro for Laravel Collections will randomly delete half the items in a collection.
Installation
Install in your Laravel project via composer:
If your version of Laravel supports auto-discovery (versions 5.5 and up), that's it!
For older versions of Laravel, you will need to edit your config/app.php
file to include the service provider in your providers array:
Usage
You should now be able to chain ->thanos()
onto any collections to randomly delete half the items in the collection.
All versions of collection-macro-thanos with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1.3
The package chrgriffin/collection-macro-thanos contains the following files
Loading the files please wait ....