livelyworks/laraware

Utilities library for Laravel

1.2.7 2023-02-28 18:24 UTC

This package is auto-updated.

Last update: 2024-04-28 20:59:30 UTC


README

Laraware - Utilities library for Laravel

isEmpty()

Added isEmpty function which nearly works on any variables including but not limited to Collection, Paginator , LengthAwarePaginator, Eloquent Collection

ifIsset()

Added ifIsset its like isset but 2nd and 3rd parameters will work for if item isset or not.