Laravel Community Tools by Tighten

Popular tricks

458 tricks
Here's a simple little scope that you can use to get a random collection of Model objects from the database.
davidhemph... 12 years ago 11789
Leverage AI API to streamline resume parsing and data extraction in your HR Tech applications with AI-powered SharpAPI.
makowskid 1 year ago 11811
api
For the official Laravel (4, 5) documentation website. Github: https://github.com/Webaty/Awesome-Laravel-documentation-bookmarklet - Features: 1. AJAX Pagination. 2. All external links open up in a new window. 3. Browser (back and forward). 4. Left sidebar fixed position with scrollbar. - Usage: 1. Open your browser. 2. Create a new bookmark. 3. Set the bookmarklet name and paste the code below as the URL. 4. Open http://laravel.com/docs/ then click on the new bookmarklet.
aymangado 11 years ago 11779
Get products count which are under sub categories of a parent category
Faridbabay... 5 years ago 11714
Previously, if you wanted to output a default value of a string in Blade you would put a condition that checks if the variable is set, otherwise defaults to some value. Now you can shorten the code by using the keyword "or" to specify what should be displayed if the variable is not set.
msurguy 12 years ago 11447
You can use this when you want to add a placeholder to your Form::selectRange or Form::selectMonth.
soffan 11 years ago 11655
cannot end a section without first starting one in new Laravel 5.3
shahmir811 9 years ago 11620
Sometimes, you may want to use different pagination types across your application. By default, Laravel will use the type specified in your app/config/view.php file, so you need to override this setting when you wish to use another type. Here is how to do so.
coucou 12 years ago 11517