livelyworks / Laraware by vinodraut

Utilities library for Laravel
1,305
3
2
Package Data
Maintainer Username: vinodraut
Maintainer Contact: vinod@livelyworks.net (Vinod Raut)
Package Create Date: 2017-07-28
Package Last Update: 2023-02-28
Language: PHP
License: MIT
Last Refreshed: 2024-04-19 15:13:01
Package Statistics
Total Downloads: 1,305
Monthly Downloads: 10
Daily Downloads: 0
Total Stars: 3
Total Watchers: 2
Total Forks: 1
Total Open Issues: 0

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.