journeycx/laratools

Utilities library for Laravel

Maintainers

Package info

github.com/JourneyCX/Laratools

pkg:composer/journeycx/laratools

Statistics

Installs: 4

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2024-05-12 10:14 UTC

This package is auto-updated.

Last update: 2026-03-12 14:34:49 UTC


README

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