Laravel Community Tools by Tighten

Popular tricks

458 tricks
Combining Model Observers and Cache Tags for very simple but elegant automatic cache flushing on Eloquent Model updates. Can handle both a Model and its Relations easily!
nik-418 12 years ago 30365
Migration file sample for Pivot table
Mahmoudz 10 years ago 30423
When you use union to combine queries, get results and order them or apply limit : it doesn't work as expect. Check the code below
rajivseela... 11 years ago 30029
4.1
Disable Laravel's Eloquent timestamps
saravanaku... 4 years ago 29956
This is my step on how to install laravel outside public_html
amirolahma... 12 years ago 29543
When you want to check a Hashed value generated by `Hash::make()` you need to use `Hash::check('unhashed', $hashed)`. Every time you run `Hash::make('string')`, a different hash is made and will not match the previous one.
chadwithuh... 12 years ago 29231
4.0
Laravel create country list
behzodjon 4 years ago 28960
How to know if your browser has the 0x0 0x0 error? Methods To Fix The Error Code 0x0 0x0; Ways To Solve Error 0x0 0x0. https://www.pakainfo.com/0x0-0x0/
pakainfo-c... 4 years ago 28414
An easy helper method that will assist in setting active classes for navigation items based on the current route.
mattems 12 years ago 27737