Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/livelyworks/laraware

Laraware - Utilities library for Laravel
https://github.com/livelyworks/laraware

laravel laravel-framework

Last synced: 3 days ago
JSON representation

Laraware - Utilities library for Laravel

Awesome Lists containing this project

README

        

# 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.