Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 329 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 329 Bytes

Laraware

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.