Laravel Collection Macros Versions Save

A set of useful Laravel collection macros

7.2.0

3 years ago
  • add getNth macro (#201)

7.1.0

3 years ago
  • add support for PHP 8

7.0.3

3 years ago
  • add support for Laravel 8

7.0.2

3 years ago
  • improve second, third, ... macros

7.0.1

3 years ago
  • use registry over file scan + string manipulation (#179)

7.0.0

3 years ago
  • drop support for Laravel 6
  • drop support for PHP 7.3 and below

6.1.0

4 years ago
  • Laravel 7 support

6.0.0

4 years ago
  • Laravel 6 support
  • Renamed collect() macro to collectBy() to resolve Laravel 6 compatibility

5.0.2

5 years ago

5.0.1

5 years ago
  • fix paginate for pages other than 1