livelyworks/laraware

Utilities library for Laravel
3,032 3
Install
composer require livelyworks/laraware
Latest Version:1.2.39
PHP:>=5.4.0
License:MIT
Last Updated:Nov 24, 2025
Links: GitHub  ·  Packagist
Maintainer: vinodraut

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.