Laravel Community Tools by Tighten

Popular tricks

458 tricks
This example provides a quick and simple method to generate a hash for a model without saving a UUID/GUID to the database.
Donny5300 9 years ago 8362
This script is for generating copies of uploaded images in different sizes. In my case I created a custom Library folder and then created a class FileUploader and add all functions that deals with any image uploads.
yandine 9 years ago 8348
5.0
You can see SQL Query of your DB table on Laravel App, by Event listener.
ahaneef29 10 years ago 8320
Sometimes hasColorSupport() in Symfony\Console..StreamOutput returns false even if there is color support, to make it explicitly know we must call this method before output eg. in fire()
hardevine 11 years ago 8284
Now you can deploy Larave 5 easily on Cloudways application hosting management platform. http://www.cloudways.com/en/laravel-hosting.php
yaniksilve... 11 years ago 8268
5.0
Variable Dump Helper, a function to dump variables to the screen, in a nicely formatted manner. This is useful if you want to see the contents of your variable array. This is originally created by Mr. Joost van Veen. Source: https://gist.github.com/accent-interactive/3838495
kankuro 11 years ago 8264
Playing with Laravel Lumen: simple RESTful trait.
beanmoss 11 years ago 8261
This is a short video series in two parts about how you can setup different user roles for users in your application using Laravel. It conists of users, roles and user_role tables for this type of relationships between users and their roles. It should all be clearly explained inside of the tutorials. There are ways of improving this functionality and it is really easy to add more roles if needed, build on top of it etc. Hope it will be useful to you and if you have any questions, ask away :) https://www.youtube.com/watch?v=KMR2H6-K36E
Novica89 10 years ago 8242
Using Angular and Blade
Mahmoudz 10 years ago 8208