laravel-collection-macros

A set of useful Laravel collection macros

OTHER License

Downloads
3.3M
Stars
1.7K
Committers
61

Bot releases are visible (Hide)

laravel-collection-macros - 6.3.0 - DO NOT USE

Published by AlexVanderbist over 3 years ago

DO NOT USE: release was incorrectly tagged

  • add PHP 8 support to v6
laravel-collection-macros - 7.2.0

Published by freekmurze over 3 years ago

  • add getNth macro (#201)
laravel-collection-macros - 7.1.0

Published by freekmurze almost 4 years ago

  • add support for PHP 8
laravel-collection-macros - 7.0.3

Published by freekmurze about 4 years ago

  • add support for Laravel 8
laravel-collection-macros - 7.0.2

Published by freekmurze over 4 years ago

  • improve second, third, ... macros
laravel-collection-macros - 7.0.1

Published by freekmurze over 4 years ago

  • use registry over file scan + string manipulation (#179)
laravel-collection-macros - 7.0.0

Published by freekmurze over 4 years ago

  • drop support for Laravel 6
  • drop support for PHP 7.3 and below
laravel-collection-macros - 6.1.0

Published by freekmurze over 4 years ago

  • Laravel 7 support
laravel-collection-macros - 6.0.0

Published by riasvdv about 5 years ago

  • Laravel 6 support
  • Renamed collect() macro to collectBy() to resolve Laravel 6 compatibility
laravel-collection-macros - 5.0.2

Published by freekmurze over 5 years ago

laravel-collection-macros - 5.0.1

Published by sebastiandedeyne over 5 years ago

  • fix paginate for pages other than 1
laravel-collection-macros - 4.3.2

Published by sebastiandedeyne over 5 years ago

  • fix paginate for pages other than 1
laravel-collection-macros - 5.0.0

Published by freekmurze over 5 years ago

laravel-collection-macros - 4.3.1

Published by freekmurze over 5 years ago

laravel-collection-macros - 4.3.0

Published by freekmurze over 5 years ago

laravel-collection-macros - 4.2.0

Published by freekmurze almost 6 years ago

  • add head macro
laravel-collection-macros - 4.1.0

Published by freekmurze almost 6 years ago

  • add methods to get items by human named indexes
laravel-collection-macros - 4.0.1

Published by rubenvanassche almost 6 years ago

parallels macro tests fix

laravel-collection-macros - 4.0.0

Published by freekmurze about 6 years ago

  • firstOrFail will return the item instead of a collection
  • support for Laravel 5.7
  • removed range macro
laravel-collection-macros - 3.8.1

Published by sebastiandedeyne over 6 years ago

  • Fix maximum function nesting reached error in eachCons