Laravel Community Tools by Tighten

Popular tricks

458 tricks
By this line adding to the app/routes.php file, you can apply 'csrf' filter to all routes
milon 11 years ago 8555
This snippet will allow you to add to the request. Tested in Laravel 5.2
wolf 9 years ago 8520
5.0
Laravel de URL desenlerini yazılımcının sabit bir yaklaşımından uzaklaştırarak SEO için renklendirmeye yarayan bazı kullanımları.. http://elmacademy.net/
doguhan 11 years ago 8499
Switching Maintenance Mode to Production And Vice Versa Quickly in laravel 4.2
dhrubo001 11 years ago 8515
Relationship in laravel
Darshan Ma... 9 years ago 8493
If you have datetime fields lets say, last_updated or registered_at, this is a nice trick to make laravel know about that fields & let it know. Just overwrite Eloquent's constants.
kbirmhrjn 12 years ago 8490
If you are using the same template in a lot of places and might later need an easy way to switch out the template for a different one without having to go through all views that implement it or replacing the current template, then consider using a constant to pass this parameter. Doing this will allow you to switch out your template for any other template at any time in nearly no time at all.
The Saint... 11 years ago 8475
I've put the full namespaces in for science.
orlissenbe... 11 years ago 8504