journeycx / laratools
Utilities library for Laravel
dev-main
2024-05-12 10:14 UTC
Requires
- php: >=5.4.0
- laravel/framework: >=5.1
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.