livelyworks / laraware
Utilities library for Laravel
Installs: 1 467
Dependents: 2
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=5.4.0
- laravel/framework: >=5.1
README
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.