livelyworks/laraware

Utilities library for Laravel

Installs: 1 903

Dependents: 2

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/livelyworks/laraware

1.2.35 2025-07-28 10:46 UTC

This package is auto-updated.

Last update: 2025-09-28 11:13:51 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.