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 30272
Migration file sample for Pivot table
Mahmoudz 9 years ago 30359
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 29919
4.1
Disable Laravel's Eloquent timestamps
saravanaku... 4 years ago 29861
This is my step on how to install laravel outside public_html
amirolahma... 11 years ago 29461
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 29140
4.0
Laravel create country list
behzodjon 4 years ago 28884
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 28328
An easy helper method that will assist in setting active classes for navigation items based on the current route.
mattems 12 years ago 27645