Laravel Community Tools by Tighten

Recent tricks

459 tricks
Check if the collection exists or not.
debjit 6 years ago 18279
Laravel H is a helper package for Laravel Framework. GitHub: https://github.com/haruncpi/laravel-h
haruncpi 6 years ago 16586
GroupBy clause with multiple columns select in laravel
sanjok1988 6 years ago 20840
case: user has many posts and post has many comments. we need user's posts with comments:
sanjok1988 6 years ago 13650
DB Seeder tool: https://github.com/haruncpi/db-seeder
haruncpi 6 years ago 13729
If I Let You Go, I Will Never Know - Westlife
saiming96 6 years ago 13084
Package that provides easily communicate between bigbluebutton server and laravel framework
joisarjign... 6 years ago 15028
Here a user has a location with many to many positions. This query finds users having position id 4 and location id 6. the tables are users, profile, locations. and profile has location_id.
sanjok1988 6 years ago 13114
The main difference is which side of the relationship holds the relationship's foreign key. The model that calls $this->belongsTo() is the owned model in one-to-one and many-to-one relationships and holds the key to the owning model.
sanjok1988 6 years ago 20659